summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2018-05-03 19:36:14 -0500
committerSilarn <jrim@rimpo.org>2018-05-03 19:36:14 -0500
commit0eaa1c6791910ad54227e5d578c6570e6f68c046 (patch)
treed21a8e108250fa49b90e0af93d95af9fd7d3ec0d /src/mainwindow.h
parentfa193ddabbaef66cbd53a19dd7ff00e755b10909 (diff)
Add version check and update processor
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
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;