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:
parent
19201dda8a
commit
b01f47b1aa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user