comparison ui/mainwindow.h @ 594:c944de9900de

Add installation parameters with correct quoting
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 28 May 2014 08:55:53 +0000
parents 02a89710a7cd
children 292c590ba9cb
comparison
equal deleted inserted replaced
593:d0e7a80a11fe 594:c944de9900de
134 void installNewSW(const QString& fileName, const QDateTime& modDate); 134 void installNewSW(const QString& fileName, const QDateTime& modDate);
135 135
136 private: 136 private:
137 /** @brief check the integrity of available certificate lists. 137 /** @brief check the integrity of available certificate lists.
138 * 138 *
139 * Note: Do not use this as a trust check as this only works on 139 * Note: Do not use this as a local trust check as this only works on
140 * FileNames where the underlying files can change. This 140 * FileNames where the underlying files can change. This
141 * is just meant to check if the downloaded data was somehow 141 * is just meant to check if the downloaded data was somehow
142 * removed or corrupted. It also initializes mListToInstall 142 * removed or corrupted. It also initializes mListToInstall
143 * and mInstalledList. 143 * and mInstalledList.
144 */ 144 */
145 void verifyListData(); 145 void verifyListData();
146 146
147 /** @brief check the integrity of available software updates. 147 /** @brief check the integrity of available software updates.
148 * 148 *
149 * Note: Do not use this as a trust check as this only works on 149 * Note: Do not use this as a local trust check as this only works on
150 * FileNames where the underlying files can change. This 150 * FileNames where the underlying files can change. This
151 * is just meant to check if the downloaded data was somehow 151 * is just meant to check if the downloaded data was somehow
152 * removed or corrupted. 152 * removed or corrupted.
153 */ 153 */
154 void verifySWData(); 154 void verifySWData();

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