mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 11:52:09 +02:00
Code review changes
This commit is contained in:
parent
6fcdb83d46
commit
917aa5db6d
1 changed files with 2 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <QtNetwork/QNetworkConfiguration>
|
||||
#include <QtNetwork/QNetworkReply>
|
||||
#include <QtNetwork/QNetworkRequest>
|
||||
|
||||
#include <DependencyManager.h>
|
||||
|
||||
const QUrl BUILDS_XML_URL("https://highfidelity.com/builds.xml");
|
||||
|
@ -39,7 +40,7 @@ public:
|
|||
AutoUpdater();
|
||||
|
||||
void checkForUpdate();
|
||||
const QMap<int, QMap<QString, QString>> &getBuildData() { return _builds; }
|
||||
const QMap<int, QMap<QString, QString>>& getBuildData() { return _builds; }
|
||||
void performAutoUpdate(int version);
|
||||
|
||||
signals:
|
||||
|
@ -62,7 +63,6 @@ private:
|
|||
private slots:
|
||||
void parseLatestVersionData();
|
||||
void checkVersionAndNotify();
|
||||
|
||||
};
|
||||
|
||||
#endif // _hifi_AutoUpdater_h
|
||||
|
|
Loading…
Reference in a new issue