Removed obsolete TODO comment.

This commit is contained in:
2025-12-03 11:09:13 +01:00
parent 64a65b5916
commit 5e54f52cd6

View File

@ -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());