1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

no need to install an event filter on "this"

This commit is contained in:
Nils Fenner 2015-10-10 17:55:29 +02:00
parent 073d4f0ad3
commit a6a8f619b2
No known key found for this signature in database
GPG Key ID: 9591A163FF9BE04C

View File

@ -51,7 +51,6 @@ ScreenshotGrabber::ScreenshotGrabber(QObject* parent)
window->installEventFilter(this);
setupScene();
installEventFilter(this);
}
void ScreenshotGrabber::reInit()