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:
parent
502f13eaaf
commit
2b9452f354
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user