Mercurial > trustbridge
comparison ui/mainwindow.h @ 563:aee3eb10bbba
Add unit test for sw update execution and fix shell execute params
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 22 May 2014 15:18:06 +0000 |
parents | dd8a295d5b4d |
children | ebfe1128ee97 02a89710a7cd |
comparison
equal
deleted
inserted
replaced
562:ccdc4c6b97ce | 563:aee3eb10bbba |
---|---|
123 protected slots: | 123 protected slots: |
124 /** @brief cleanup and close the main window | 124 /** @brief cleanup and close the main window |
125 * | 125 * |
126 * Perform a clean exit (saving state etc.) and close | 126 * Perform a clean exit (saving state etc.) and close |
127 * the application */ | 127 * the application */ |
128 void closeApp(); | 128 virtual void closeApp(); |
129 | 129 |
130 /* @brief Execute the file fileName to install the softwareupdate. | 130 /* @brief Execute the file fileName to install the softwareupdate. |
131 * | 131 * |
132 * Once the installer process is started this function terminates | 132 * Once the installer process is started this function terminates |
133 * the application. */ | 133 * the application. */ |