Remaining signal/slot migration and clean-up after the latest merge.

This commit is contained in:
Andre Rummler
2026-08-09 11:51:23 +02:00
parent 9f283322a2
commit fca1e0993b
3 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -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();