Mercurial > trustbridge
comparison ui/downloader.cpp @ 443:20f539866fa8
Fixed certificate list file name.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Tue, 22 Apr 2014 16:46:47 +0200 |
parents | d2f4e28b5a13 |
children | 6fac87cadbd8 |
comparison
equal
deleted
inserted
replaced
442:d2f4e28b5a13 | 443:20f539866fa8 |
---|---|
245 qDebug() << "Failed to get data directory"; | 245 qDebug() << "Failed to get data directory"; |
246 return; | 246 return; |
247 } | 247 } |
248 | 248 |
249 QString fileName = dataDirectory.append("/list-") | 249 QString fileName = dataDirectory.append("/list-") |
250 .append(remoteModSW.toString("yyyyMMddHHmmss")) | 250 .append(remoteModList.toString("yyyyMMddHHmmss")) |
251 .append(".txt"); | 251 .append(".txt"); |
252 | 252 |
253 qDebug() << "fileName: " << fileName; | 253 qDebug() << "fileName: " << fileName; |
254 | 254 |
255 if (!downloadFile(mResourceList, fileName, MAX_LIST_SIZE)) { | 255 if (!downloadFile(mResourceList, fileName, MAX_LIST_SIZE)) { |