Qt: Add option to invoke the updater manually

This commit is contained in:
spycrab
2018-05-25 00:19:36 +02:00
parent dfb1dbad47
commit ec322271ee
4 changed files with 46 additions and 1 deletions

View File

@ -18,7 +18,9 @@ public:
void run() override;
void OnUpdateAvailable(const NewVersionInformation& info) override;
bool CheckForUpdate();
private:
QWidget* m_parent;
bool m_update_available = false;
};