Mercurial > trustbridge
diff ui/mainwindow.h @ 693:0fc1a20adaff
(Issue 27) Change Quit button text depending on changes or no changes.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 01 Jul 2014 16:43:58 +0200 |
parents | e4abb41484a0 |
children | bd48fae793b6 |
line wrap: on
line diff
--- a/ui/mainwindow.h Tue Jul 01 16:39:28 2014 +0200 +++ b/ui/mainwindow.h Tue Jul 01 16:43:58 2014 +0200 @@ -30,6 +30,7 @@ class QMenu; class QAction; class QTimer; +class QPushButton; class MainWindow : public QMainWindow @@ -186,6 +187,7 @@ QAction *mQuitAction; CurrentState mCurState; QMenuBar *mMenuBar; + QPushButton *mQuitButton; /* The current list that should be installed */ CertificateList mListToInstall;