# HG changeset patch # User Andre Heinecke # Date 1398164834 0 # Node ID 4b486a14252f2b0451fbba7204273d042ff5f78a # Parent 2e662290e3c92c494d7d6b00ea28ddfa2e78c7cd Acutally use the values that can be taken from the config diff -r 2e662290e3c9 -r 4b486a14252f ui/mainwindow.cpp --- 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&)));