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:
authorHannah von Reth <hannah.vonreth@owncloud.com>2021-09-24 11:50:29 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-27 09:44:55 +0300
commitcf06a96255d1a82575bf1931a12127d3e88d04c1 (patch)
tree96909a5456bb520db347e8593d744e97429ef128 /src/gui/folder.h
parentde7e0093ec07117d86a1d5f3b95df763a4c770db (diff)
Cleanup and some assrts to ensure assumptions
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();