mirror of
https://github.com/fergalmoran/flameshot.git
synced 2025-12-28 12:48:30 +00:00
Fix windows build
This commit is contained in:
@@ -50,7 +50,9 @@ Controller::Controller() : m_captureWindow(nullptr) {
|
||||
GlobalShortcutFilter *nativeFilter = new GlobalShortcutFilter(this);
|
||||
qApp->installNativeEventFilter(nativeFilter);
|
||||
connect(nativeFilter, &GlobalShortcutFilter::printPressed,
|
||||
this, [this](){ this->createVisualCapture(); });
|
||||
this, [this](){
|
||||
this->requestCapture(CaptureRequest(CaptureRequest::GRAPHICAL_MODE));
|
||||
});
|
||||
#endif
|
||||
|
||||
QString StyleSheet = CaptureButton::globalStyleSheet();
|
||||
|
||||
Reference in New Issue
Block a user