mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 11:16:29 +02:00
Code Review changes
This commit is contained in:
parent
869461a01b
commit
3708f5ec96
1 changed files with 6 additions and 6 deletions
|
@ -41,7 +41,12 @@ public:
|
|||
void checkForUpdate();
|
||||
const QMap<int, QMap<QString, QString>> &getBuildData() { return _builds; }
|
||||
void performAutoUpdate(int version);
|
||||
|
||||
|
||||
signals:
|
||||
void latestVersionDataParsed();
|
||||
void newVersionIsAvailable();
|
||||
void newVersionIsDownloaded();
|
||||
|
||||
private:
|
||||
QMap<int, QMap<QString, QString>> _builds;
|
||||
QString _operatingSystem;
|
||||
|
@ -54,11 +59,6 @@ private:
|
|||
const QString& releaseNotes,
|
||||
const QString& pullRequestNumber);
|
||||
|
||||
signals:
|
||||
void latestVersionDataParsed();
|
||||
void newVersionIsAvailable();
|
||||
void newVersionIsDownloaded();
|
||||
|
||||
private slots:
|
||||
void parseLatestVersionData();
|
||||
void checkVersionAndNotify();
|
||||
|
|
Loading…
Reference in a new issue