diff options
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r-- | client/mainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h index c52db58..4a06724 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -50,6 +50,7 @@ public: public slots: // void update(); + void showAbout(); void closeCommit(); void closeNoCommit(); void closeDiscard(); @@ -79,6 +80,8 @@ private: QLabel *header; + QPushButton *aboutButton; + bool initialising; // Sessions sessions; |