diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 0b3812469..0693f07fd 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -44,7 +44,7 @@ public: GlobeGPS *globe(); void showError(QString message); -private Q_SLOTS: +private slots: /* file menu action */ @@ -90,7 +90,7 @@ private Q_SLOTS: protected: void closeEvent(QCloseEvent *); -public Q_SLOTS: +public slots: void readSettings(); void refreshDisplay(); |