Mercurial > trustbridge
comparison ui/mainwindow.h @ 940:7c89c5dc2200
(issue89) Add ui to open help in browser
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Fri, 22 Aug 2014 19:56:04 +0200 |
parents | 4efd6378c001 |
children | 879a634d0a40 |
comparison
equal
deleted
inserted
replaced
939:574cd1fae1dc | 940:7c89c5dc2200 |
---|---|
144 * A downloader run is successful if the finished signal | 144 * A downloader run is successful if the finished signal |
145 * is emited and the state is not TransferError | 145 * is emited and the state is not TransferError |
146 */ | 146 */ |
147 void updateCheckSuccess(); | 147 void updateCheckSuccess(); |
148 | 148 |
149 /** @brief open the manual in an external browser window | |
150 */ | |
151 void showHelp(); | |
152 | |
149 protected: | 153 protected: |
150 virtual void closeEvent(QCloseEvent *event); | 154 virtual void closeEvent(QCloseEvent *event); |
151 | 155 |
152 protected slots: | 156 protected slots: |
153 /** @brief cleanup and close the main window | 157 /** @brief cleanup and close the main window |