Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/ui/installwrapper.h Wed Apr 16 10:00:17 2014 +0200 +++ b/ui/installwrapper.h Wed Apr 16 10:01:02 2014 +0200 @@ -73,6 +73,14 @@ * @param[out] message: A localized message to show. Can be empty. */ void error(const QString &message); + + /** + * @brief The installation was successful + * + * This only means the installation was successful as far as we + * can tell as there is no backchannel from the installation processes. + */ + void installationSuccessful(); }; #endif // UI_INSTALLWRAPPER_H