Updated default feed url.

--HG--
branch : feature
This commit is contained in:
Roman Telezhynskyi 2016-07-15 13:21:45 +03:00
parent faae90363e
commit 0a1e89c839

View file

@ -30,7 +30,7 @@
#include <QDesktopServices>
#include <QDebug>
const QString defaultFeedURL = QStringLiteral("http://localhost/updateapp/Appcast.xml");
const QString defaultFeedURL = QStringLiteral("http://valentinaproject.bitbucket.org/Appcast.xml");
QPointer<FvUpdater> FvUpdater::m_Instance;