diff ui/downloader.cpp @ 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 cb044efdaf0d
line wrap: on
line diff
--- a/ui/downloader.cpp	Thu Apr 24 12:45:11 2014 +0200
+++ b/ui/downloader.cpp	Thu Apr 24 14:54:24 2014 +0200
@@ -214,6 +214,7 @@
     emit progress(tr("Connected"), 1, -1);
 
     remoteModSW = getLastModifiedHeader(mResourceSW);
+    emit lastModifiedDate(remoteModSW);
 
     if (!remoteModSW.isValid()) {
         qDebug() << "Could not parse headers for Software";

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