mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-13 10:04:13 +02:00
Remaining signal/slot migration and clean-up after the latest merge.
This commit is contained in:
+1
-1
@@ -1796,7 +1796,7 @@ void QETApp::checkRemainingWindows()
|
||||
*/
|
||||
static bool sleep = true;
|
||||
if (sleep) {
|
||||
QTimer::singleShot(500, this, SLOT(checkRemainingWindows()));
|
||||
QTimer::singleShot(500, this, &QETApp::checkRemainingWindows);
|
||||
} else {
|
||||
if (!diagramEditors().count() && !elementEditors().count()) {
|
||||
qApp->quit();
|
||||
|
||||
Reference in New Issue
Block a user