comparison ui/downloader.cpp @ 72:7e304573ebd1

Add some testing hacks for interactive testing
author Andre Heinecke <aheinecke@intevation.de>
date Wed, 19 Mar 2014 11:33:53 +0000
parents 09cd242d8443
children 63b79d135631
comparison
equal deleted inserted replaced
71:f22a99f7cb69 72:7e304573ebd1
212 212
213 remoteModSW = getLastModifiedHeader(mResourceSW); 213 remoteModSW = getLastModifiedHeader(mResourceSW);
214 remoteModList = getLastModifiedHeader(mResourceList); 214 remoteModList = getLastModifiedHeader(mResourceList);
215 215
216 if (!remoteModSW.isValid() || !remoteModList.isValid()) { 216 if (!remoteModSW.isValid() || !remoteModList.isValid()) {
217 qDebug() << "Could not read headers"; 217 qDebug() << "Could not parse headers";
218 return; 218 return;
219 } 219 }
220 220
221 if (!mLastModSW.isValid() || remoteModSW > mLastModSW) { 221 if (!mLastModSW.isValid() || remoteModSW > mLastModSW) {
222 QString dataDirectory = getDataDirectory(); 222 QString dataDirectory = getDataDirectory();

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