We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8f617 commit 10d338dCopy full SHA for 10d338d
2 files changed
gui/mainwindow.cpp
@@ -256,11 +256,8 @@ void MainWindow::LoadSettings()
256
257
}
258
259
-void MainWindow::SaveSettings()
+void MainWindow::SaveSettings() const
260
{
261
- //Force toolbar checkbox value to be updated
262
- AboutToShowViewMenu();
263
-
264
// Window/dialog sizes
265
mSettings->setValue(SETTINGS_WINDOW_WIDTH, size().width());
266
mSettings->setValue(SETTINGS_WINDOW_HEIGHT, size().height());
gui/mainwindow.h
@@ -364,7 +364,7 @@ protected slots:
364
* @brief Save program settings
365
*
366
*/
367
- void SaveSettings();
+ void SaveSettings() const;
368
369
/**
370
* @brief Format main window title.
0 commit comments