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:
authorMarkus Goetz <markus@woboq.com>2017-02-08 13:14:31 +0300
committerMarkus Goetz <markus@woboq.com>2017-02-08 13:15:23 +0300
commite7be4faac83ab0b6f56e636c32f3d7e1801caa34 (patch)
tree4f17e7f4219ba36f53d0ff226609c11c1ca8ee1b /src/gui/generalsettings.h
parenta184c6bec13e971454bafe8cab78cd5b55c22713 (diff)
CentOS: Another attempt
Diffstat (limited to 'src/gui/generalsettings.h')
-rw-r--r--src/gui/generalsettings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/generalsettings.h b/src/gui/generalsettings.h
index 740eddd71..8652a7dbb 100644
--- a/src/gui/generalsettings.h
+++ b/src/gui/generalsettings.h
@@ -52,7 +52,7 @@ private:
Ui::GeneralSettings *_ui;
QPointer<IgnoreListEditor> _ignoreEditor;
QPointer<SyncLogDialog> _syncLogDialog;
- bool _currentlyLoading = false;
+ bool _currentlyLoading;
};