mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-25 20:57:03 +00:00
Delete native event filter for print key detection
This commit is contained in:
@@ -42,10 +42,6 @@ Controller::Controller(QObject *parent) : QObject(parent),
|
||||
initDefaults();
|
||||
qApp->setQuitOnLastWindowClosed(false);
|
||||
|
||||
m_nativeEventFilter = new NativeEventFilter(this);
|
||||
qApp->installNativeEventFilter(m_nativeEventFilter);
|
||||
connect(m_nativeEventFilter, &NativeEventFilter::activated, this, &Controller::createCapture);
|
||||
|
||||
QString StyleSheet = Button::getStyle();
|
||||
qApp->setStyleSheet(StyleSheet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user