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