summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r--qt-ui/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h
index a5b1a9b48..2366617c6 100644
--- a/qt-ui/mainwindow.h
+++ b/qt-ui/mainwindow.h
@@ -85,6 +85,9 @@ private Q_SLOTS:
protected:
void closeEvent(QCloseEvent *);
+public Q_SLOTS:
+ void readSettings();
+
private:
Ui::MainWindow *ui;
QAction *actionNextDive;
@@ -92,7 +95,6 @@ private:
QString filter();
bool askSaveChanges();
- void readSettings();
void writeSettings();
void redrawProfile();
void file_save();