Mercurial > trustbridge
comparison ui/installwrapper.h @ 399:55cbe0a482ce
merged.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 10:01:02 +0200 |
parents | a507e5f1b999 |
children | 17e1c8f37d72 |
comparison
equal
deleted
inserted
replaced
398:9e6a2c2033ed | 399:55cbe0a482ce |
---|---|
71 * @brief An error happened | 71 * @brief An error happened |
72 * | 72 * |
73 * @param[out] message: A localized message to show. Can be empty. | 73 * @param[out] message: A localized message to show. Can be empty. |
74 */ | 74 */ |
75 void error(const QString &message); | 75 void error(const QString &message); |
76 | |
77 /** | |
78 * @brief The installation was successful | |
79 * | |
80 * This only means the installation was successful as far as we | |
81 * can tell as there is no backchannel from the installation processes. | |
82 */ | |
83 void installationSuccessful(); | |
76 }; | 84 }; |
77 | 85 |
78 #endif // UI_INSTALLWRAPPER_H | 86 #endif // UI_INSTALLWRAPPER_H |