diff options
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 4890cb2ef..013c0dca7 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -48,8 +48,6 @@ public: void setTitle(enum MainWindowTitleFormat format); private slots: - - /* file menu action */ void on_actionNew_triggered(); void on_actionOpen_triggered(); @@ -100,6 +98,7 @@ protected: public slots: void readSettings(); void refreshDisplay(); + void showProfile(); private: Ui::MainWindow *ui; |