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:
authorKlaas Freitag <freitag@owncloud.com>2013-10-14 18:11:15 +0400
committerKlaas Freitag <freitag@owncloud.com>2013-10-14 18:11:52 +0400
commitd0d362664be9f9cd2d406163af582b1cffc03712 (patch)
tree192a9e55eae026167dab9816909aaf1db76a2056 /src/mirall/folderman.h
parentf841450daea6ef759fe4789c5844288badb5b7da (diff)
Handle proxy on folder level, not folderman level.
Diffstat (limited to 'src/mirall/folderman.h')
-rw-r--r--src/mirall/folderman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mirall/folderman.h b/src/mirall/folderman.h
index 8051d0c46..7625b18c2 100644
--- a/src/mirall/folderman.h
+++ b/src/mirall/folderman.h
@@ -109,8 +109,7 @@ public slots:
void slotScheduleAllFolders();
- bool isDirtyProxy() { return _dirtyProxy; }
- void setDirtyProxy(bool value = true) { _dirtyProxy = value; }
+ void setDirtyProxy(bool value = true);
private slots:
// slot to add a folder to the syncing queue