summaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
authorLars Bisballe Jensen <larsbisballe@gmail.com>2011-10-13 15:00:11 +0200
committerLars Bisballe Jensen <larsbisballe@gmail.com>2011-10-13 15:00:11 +0200
commit75e5e02f9cf72058c512601b54b065650fd4001c (patch)
tree91a74ac8bbf1443c6ce5faefe304c5230600e597 /client/mainwindow.h
parentaec554542f0be3b8c14c615fbb7d64b592d50f27 (diff)
Added AboutBox that show when clicking Pracro button in status bar
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h3
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;