From 75e5e02f9cf72058c512601b54b065650fd4001c Mon Sep 17 00:00:00 2001 From: Lars Bisballe Jensen Date: Thu, 13 Oct 2011 15:00:11 +0200 Subject: Added AboutBox that show when clicking Pracro button in status bar --- client/mainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/mainwindow.h') 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; -- cgit v1.2.3