diff options
| author | Silarn <jrim@rimpo.org> | 2018-05-03 19:36:14 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-05-03 19:36:14 -0500 |
| commit | 0eaa1c6791910ad54227e5d578c6570e6f68c046 (patch) | |
| tree | d21a8e108250fa49b90e0af93d95af9fd7d3ec0d /src/mainwindow.h | |
| parent | fa193ddabbaef66cbd53a19dd7ff00e755b10909 (diff) | |
Add version check and update processor
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 7af6d712..bbff0d93 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -116,6 +116,7 @@ public: void storeSettings(QSettings &settings) override;
void readSettings();
+ void processUpdates();
virtual ILockedWaitingForProcess* lock() override;
virtual void unlock() override;
|
