mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Qt: Add option to invoke the updater manually
This commit is contained in:
@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user