Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/ui/downloader.h Fri Sep 05 16:16:57 2014 +0200 +++ b/ui/downloader.h Tue Sep 09 15:22:19 2014 +0200 @@ -43,6 +43,7 @@ * @param[in] newestList datetime after which the list should be downloaded * @param[in] resourceSW the path where the software is to be found * @param[in] resourceList the path where the list is to be found + * @param[in] downloadSW TODO */ Downloader(QObject* parent, const QString& url, const QByteArray& certificate = QByteArray(), @@ -118,7 +119,7 @@ * @brief An error happened * * @param[out] message: A message to show. Can be empty. - * @param[out] errorCode: ErrorCode of this error. + * @param[out] error: ErrorCode of this error. */ void error(const QString &message, SSLConnection::ErrorCode error);