diff 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
line wrap: on
line diff
--- a/ui/installwrapper.h	Tue Apr 15 19:03:06 2014 +0200
+++ b/ui/installwrapper.h	Tue Apr 15 19:03:56 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

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