Mercurial > trustbridge
comparison ui/mainwindow.h @ 212:f7176140d20d
Added menu entry to show the status dialog.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 27 Mar 2014 09:07:24 +0100 |
parents | 5f0d45ca9de4 |
children | 1ae15ea73850 |
comparison
equal
deleted
inserted
replaced
211:be628d261617 | 212:f7176140d20d |
---|---|
47 void handleNewSW(const QString& fileName, const QDateTime& modDate); | 47 void handleNewSW(const QString& fileName, const QDateTime& modDate); |
48 void downloaderError(const QString &message, SSLConnection::ErrorCode error); | 48 void downloaderError(const QString &message, SSLConnection::ErrorCode error); |
49 /** @brief Trigger the appropiate action depending on the state */ | 49 /** @brief Trigger the appropiate action depending on the state */ |
50 void messageClicked(); | 50 void messageClicked(); |
51 void showSettings(); | 51 void showSettings(); |
52 void showStatus(); | |
52 void showHelp(); | 53 void showHelp(); |
53 void showAbout(); | 54 void showAbout(); |
54 void showDetails(QListWidgetItem*); | 55 void showDetails(QListWidgetItem*); |
55 | 56 |
56 private: | 57 private: |