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

Use pre Qt5.4 QTimer::singleShot

For compatibility with Debian Jessie
This commit is contained in:
tux3 2015-12-21 01:14:09 +01:00
parent 19201dda8a
commit b01f47b1aa
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -110,7 +110,7 @@ bool ScreenshotGrabber::handleKeyPress(QKeyEvent* event)
restoreHiddenWindows();
window->hide();
QTimer::singleShot(350, this, &ScreenshotGrabber::reInit);
QTimer::singleShot(350, this, SLOT(reInit()));
}
else
return false;