Mercurial > trustbridge
comparison ui/downloader.h @ 485:5834b340c54c
Emit a signal for last modified date in downloader.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 24 Apr 2014 14:54:24 +0200 |
parents | f8bed9008362 |
children | d1c951b3012d |
comparison
equal
deleted
inserted
replaced
483:a055847decbc | 485:5834b340c54c |
---|---|
147 * | 147 * |
148 * @param[out] message: A message to show. Can be empty. | 148 * @param[out] message: A message to show. Can be empty. |
149 * @param[out] errorCode: ErrorCode of this error. | 149 * @param[out] errorCode: ErrorCode of this error. |
150 */ | 150 */ |
151 void error(const QString &message, SSLConnection::ErrorCode error); | 151 void error(const QString &message, SSLConnection::ErrorCode error); |
152 | |
153 /** | |
154 * @brief Found the last modified date for software. | |
155 * | |
156 * @param[out] date The last modified date. | |
157 */ | |
158 void lastModifiedDate(const QDateTime &date); | |
152 }; | 159 }; |
153 #endif | 160 #endif |