Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 437:4b486a14252f
Acutally use the values that can be taken from the config
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Tue, 22 Apr 2014 11:07:14 +0000 |
parents | dbcc7740b9d8 |
children | b3721ded6f5b |
comparison
equal
deleted
inserted
replaced
436:2e662290e3c9 | 437:4b486a14252f |
---|---|
202 QString::fromLatin1(SERVER_URL), | 202 QString::fromLatin1(SERVER_URL), |
203 QByteArray(), | 203 QByteArray(), |
204 QDateTime::currentDateTime(), | 204 QDateTime::currentDateTime(), |
205 // TODO swInstalledLastMod, | 205 // TODO swInstalledLastMod, |
206 listInstalledLastMod, | 206 listInstalledLastMod, |
207 QString::fromLatin1(SW_RESOURCE), | 207 swResource, |
208 QString::fromLatin1(LIST_RESOURCE)); | 208 listResource); |
209 | 209 |
210 connect(downloader, SIGNAL(newListAvailable(const QString&, const QDateTime&)), | 210 connect(downloader, SIGNAL(newListAvailable(const QString&, const QDateTime&)), |
211 this, SLOT(handleNewList(const QString&, const QDateTime&))); | 211 this, SLOT(handleNewList(const QString&, const QDateTime&))); |
212 connect(downloader, SIGNAL(newSoftwareAvailable(const QString&, const QDateTime&)), | 212 connect(downloader, SIGNAL(newSoftwareAvailable(const QString&, const QDateTime&)), |
213 this, SLOT(handleNewSW(const QString&, const QDateTime&))); | 213 this, SLOT(handleNewSW(const QString&, const QDateTime&))); |