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:
Diffstat (limited to 'src/gui/folder.h')
-rw-r--r--src/gui/folder.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gui/folder.h b/src/gui/folder.h
index 9a02d4147..8e798a760 100644
--- a/src/gui/folder.h
+++ b/src/gui/folder.h
@@ -195,12 +195,6 @@ public:
void prepareToSync();
- /**
- * True if the folder is busy and can't initiate
- * a synchronization
- */
- virtual bool isBusy() const;
-
/** True if the folder is currently synchronizing */
bool isSyncRunning() const;
@@ -337,7 +331,7 @@ public slots:
*
* If the list of changed files is known, it is passed.
*/
- void startSync(const QStringList &pathList = QStringList());
+ void startSync();
int slotDiscardDownloadProgress();
int downloadInfoCount();