From 5e54f52cd6a2896da8eef6612c829b084a550799 Mon Sep 17 00:00:00 2001 From: Bent Witthold Date: Wed, 3 Dec 2025 11:09:13 +0100 Subject: [PATCH] Removed obsolete TODO comment. --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 4028ba5..0af89ed 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -33,7 +33,6 @@ MainWindow::MainWindow(QWidget* parent) createActions(); createHelpMenu(); - /// TODO restore window geometry and state (& save it in closeEvent) const QVariantMap settings = SettingsHandler::getSettings("GUI"); restoreGeometry(settings.value("geometry").toByteArray()); restoreState(settings.value("windowState").toByteArray());