comparison 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
comparison
equal deleted inserted replaced
483:a055847decbc 485:5834b340c54c
212 } 212 }
213 213
214 emit progress(tr("Connected"), 1, -1); 214 emit progress(tr("Connected"), 1, -1);
215 215
216 remoteModSW = getLastModifiedHeader(mResourceSW); 216 remoteModSW = getLastModifiedHeader(mResourceSW);
217 emit lastModifiedDate(remoteModSW);
217 218
218 if (!remoteModSW.isValid()) { 219 if (!remoteModSW.isValid()) {
219 qDebug() << "Could not parse headers for Software"; 220 qDebug() << "Could not parse headers for Software";
220 return; 221 return;
221 } 222 }

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