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

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2015-08-06 20:34:23 +0300
committerDaniel Molkentin <danimo@owncloud.com>2015-08-06 20:34:23 +0300
commitecf545a0b910d5163f29bf6baa82c79904bf1dee (patch)
tree04a82aa144484dec73b7f3cc5bac3c66b71a7d13 /src/gui/application.h
parentaade9111d4887e69f266a92931aaf557e4a88ade (diff)
Updater: update Linux updater code to work with changes in master
master moved much of the responsibility of the updating process to the updater class. This also fixes a build failure
Diffstat (limited to 'src/gui/application.h')
-rw-r--r--src/gui/application.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/application.h b/src/gui/application.h
index b09895c4f..7a246e6c5 100644
--- a/src/gui/application.h
+++ b/src/gui/application.h
@@ -105,7 +105,6 @@ private:
bool _logFlush;
bool _userTriggeredConnect;
bool _debugMode;
- QByteArray _runningAppVersion;
ClientProxy _proxy;