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:
authorChristian Kamm <mail@ckamm.de>2017-01-03 17:33:06 +0300
committerChristian Kamm <mail@ckamm.de>2017-01-13 12:52:10 +0300
commitdce3f8c4f6915b982ce7586be74f0921f314d5fc (patch)
treeeb99ad475b829b7f59c3a2218a89927870d9f59c /src/gui/folderwizard.h
parent084146756bb9637ef32f229281d053394389efc1 (diff)
Selective sync: Adjust widget common to folder/account wizards
Diffstat (limited to 'src/gui/folderwizard.h')
-rw-r--r--src/gui/folderwizard.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/folderwizard.h b/src/gui/folderwizard.h
index 512a97562..f598b1475 100644
--- a/src/gui/folderwizard.h
+++ b/src/gui/folderwizard.h
@@ -27,7 +27,7 @@
namespace OCC {
-class SelectiveSyncTreeView;
+class SelectiveSyncWidget;
class ownCloudInfo;
@@ -127,7 +127,7 @@ public:
virtual void cleanupPage() Q_DECL_OVERRIDE;
private:
- SelectiveSyncTreeView *_treeView;
+ SelectiveSyncWidget *_selectiveSync;
};