comparison ui/installwrapper.h @ 388:a507e5f1b999

Emit a signal if no errors happened during installation.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 15 Apr 2014 19:03:56 +0200
parents dc4efb0a70cb
children 17e1c8f37d72
comparison
equal deleted inserted replaced
387:32309299bec9 388:a507e5f1b999
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

http://wald.intevation.org/projects/trustbridge/