Bug fixes

Fixed a bug where the system notified that there is a new update when a
network error occurred.
This commit is contained in:
Alex Spataru 2014-11-05 11:54:22 -06:00
parent 502f13eaaf
commit 2b9452f354

View File

@ -8,7 +8,11 @@
#include "qsimpleupdater.h"
QSimpleUpdater::QSimpleUpdater(QObject *parent) : QObject(parent) {}
QSimpleUpdater::QSimpleUpdater(QObject *parent) : QObject(parent)
{
m_latest_version = false;
}
QString QSimpleUpdater::changeLog() {
// Return the contents of the downloaded changelog