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>2015-08-05 13:51:49 +0300
committerOlivier Goffart <ogoffart@woboq.com>2015-08-05 13:51:49 +0300
commit38da1b7de189b453513d8a93d42b7e06feca9b8a (patch)
treef36fb43fcf1c444a87e1ce13acff5c6d447d6a6e /src/gui/folderstatusmodel.h
parent157f59d44a4077394dcdd97ceea73e3fd57741f6 (diff)
AccountSettings: automatically refresh and expands the undecided folders #3541
Diffstat (limited to 'src/gui/folderstatusmodel.h')
-rw-r--r--src/gui/folderstatusmodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/folderstatusmodel.h b/src/gui/folderstatusmodel.h
index 4b3e3942d..8279be3ff 100644
--- a/src/gui/folderstatusmodel.h
+++ b/src/gui/folderstatusmodel.h
@@ -94,8 +94,9 @@ public slots:
private slots:
void slotUpdateDirectories(const QStringList &);
- void slotFolderSyncStateChange();
void slotLscolFinishedWithError(QNetworkReply *r);
+ void slotFolderSyncStateChange();
+ void slotNewBigFolder();
private:
QStringList createBlackList(OCC::FolderStatusModel::SubFolderInfo* root,
@@ -111,6 +112,7 @@ private:
signals:
void dirtyChanged();
+ void suggestExpand(const QModelIndex &); // Tell the view that this item should be expanded because it has a undecided item
};
} // namespace OCC