Mercurial > trustbridge
comparison ui/downloader.h @ 1053:78798d3af8f0
Fixed doxygen build warnings.
author | Emanuel Schuetze <emanuel@intevation.de> |
---|---|
date | Tue, 09 Sep 2014 15:22:19 +0200 |
parents | 2949f1842955 |
children | 2a1aa9df8f11 |
comparison
equal
deleted
inserted
replaced
1052:0b2169f7ce09 | 1053:78798d3af8f0 |
---|---|
41 * @param[in] certificate optional certificate to validate https connection | 41 * @param[in] certificate optional certificate to validate https connection |
42 * @param[in] newestSW datetime after which software should be downloaded | 42 * @param[in] newestSW datetime after which software should be downloaded |
43 * @param[in] newestList datetime after which the list should be downloaded | 43 * @param[in] newestList datetime after which the list should be downloaded |
44 * @param[in] resourceSW the path where the software is to be found | 44 * @param[in] resourceSW the path where the software is to be found |
45 * @param[in] resourceList the path where the list is to be found | 45 * @param[in] resourceList the path where the list is to be found |
46 * @param[in] downloadSW TODO | |
46 */ | 47 */ |
47 Downloader(QObject* parent, const QString& url, | 48 Downloader(QObject* parent, const QString& url, |
48 const QByteArray& certificate = QByteArray(), | 49 const QByteArray& certificate = QByteArray(), |
49 const QDateTime& newestSW = QDateTime(), | 50 const QDateTime& newestSW = QDateTime(), |
50 const QDateTime& newestList = QDateTime(), | 51 const QDateTime& newestList = QDateTime(), |
116 | 117 |
117 /** | 118 /** |
118 * @brief An error happened | 119 * @brief An error happened |
119 * | 120 * |
120 * @param[out] message: A message to show. Can be empty. | 121 * @param[out] message: A message to show. Can be empty. |
121 * @param[out] errorCode: ErrorCode of this error. | 122 * @param[out] error: ErrorCode of this error. |
122 */ | 123 */ |
123 void error(const QString &message, SSLConnection::ErrorCode error); | 124 void error(const QString &message, SSLConnection::ErrorCode error); |
124 | 125 |
125 /** | 126 /** |
126 * @brief Found the last modified date for software. | 127 * @brief Found the last modified date for software. |