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:
authorChristian Kamm <mail@ckamm.de>2015-09-04 11:33:48 +0300
committerChristian Kamm <mail@ckamm.de>2015-09-04 11:42:21 +0300
commit641f56664ed9b2e900f35bf48287effb99049fe8 (patch)
treef5eb017f08550c296406ad9cbfe97499923a5f42 /src/gui/folderstatusmodel.h
parent419deff861d5eec7835fa1ec111e897e78ecb6a0 (diff)
FolderStatus: Show 'waiting for other folder' #3619
We monitor the scheduling queue and show messages like "Waiting for 5 other folders...".
Diffstat (limited to 'src/gui/folderstatusmodel.h')
-rw-r--r--src/gui/folderstatusmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index c19f0fe08..c36ffc10f 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -101,7 +101,8 @@ public slots:
private slots:
void slotUpdateDirectories(const QStringList &);
void slotLscolFinishedWithError(QNetworkReply *r);
- void slotFolderSyncStateChange();
+ void slotFolderSyncStateChange(Folder* f);
+ void slotFolderScheduleQueueChanged();
void slotNewBigFolder();
private: