Delete native event filter for print key detection

This commit is contained in:
lupoDharkael
2017-06-06 14:21:24 +02:00
parent f798d49d2d
commit 86f7655b81
6 changed files with 1 additions and 130 deletions

View File

@@ -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);