Mercurial > trustbridge
diff 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 |
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&)));