Mercurial > trustbridge
changeset 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 | 2e662290e3c9 |
children | 8f50533027af |
files | ui/mainwindow.cpp |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Tue Apr 22 10:56:21 2014 +0000 +++ b/ui/mainwindow.cpp Tue Apr 22 11:07:14 2014 +0000 @@ -204,8 +204,8 @@ QDateTime::currentDateTime(), // TODO swInstalledLastMod, listInstalledLastMod, - QString::fromLatin1(SW_RESOURCE), - QString::fromLatin1(LIST_RESOURCE)); + swResource, + listResource); connect(downloader, SIGNAL(newListAvailable(const QString&, const QDateTime&)), this, SLOT(handleNewList(const QString&, const QDateTime&)));