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:
authorOlivier Goffart <ogoffart@woboq.com>2018-01-15 17:43:13 +0300
committerOlivier Goffart <ogoffart@woboq.com>2018-01-15 17:43:13 +0300
commit2a14ba5582c2aea4195eec7c84460a8b324a15e0 (patch)
tree68d113e36e83cb6c3e1d9092cc630efb11417202 /src/gui/folder.h
parent2a842a5745b6182679aab11e246279a07e0584e5 (diff)
Folder: remove declaration of non-existing method
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index f2c2b1272..51ae7cd58 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -172,12 +172,6 @@ public:
SyncResult syncResult() const;
/**
- * set the config file name.
- */
- void setConfigFile(const QString &);
- QString configFile();
-
- /**
* This is called if the sync folder definition is removed. Do cleanups here.
*/
virtual void wipe();