Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaas Freitag <freitag@owncloud.com>2015-07-17 13:12:00 +0300
committerKlaas Freitag <freitag@owncloud.com>2015-07-17 13:12:00 +0300
commit92513207eb954173ad626d65bc1e0f83e5f0e9c9 (patch)
tree2d6a4662c1f4c0525b59824d5914bf539c1378af /src/gui/application.h
parent2cebd8bc2e3fde180c3da88bdc9dc0599e125001 (diff)
Application: On Linux, restart the app if a different version is on HD.
Together with the updater timer, check on linux, if the version on the disk has still the same version string as the one that is running. If not, restart if nothing is currently syncing.
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index 44fbfdd8d..7827944a5 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -106,6 +106,7 @@ private:
bool _logFlush;
bool _userTriggeredConnect;
bool _debugMode;
+ QByteArray _runningAppVersion;
ClientProxy _proxy;