Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/ui/downloader.h Thu Apr 24 12:45:11 2014 +0200 +++ b/ui/downloader.h Thu Apr 24 14:54:24 2014 +0200 @@ -149,5 +149,12 @@ * @param[out] errorCode: ErrorCode of this error. */ void error(const QString &message, SSLConnection::ErrorCode error); + + /** + * @brief Found the last modified date for software. + * + * @param[out] date The last modified date. + */ + void lastModifiedDate(const QDateTime &date); }; #endif