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>2018-02-21 14:18:52 +0300
committerckamm <mail@ckamm.de>2018-03-06 15:02:54 +0300
commitec281654ae165b11cb50d76d8e3dad5578dddb2d (patch)
tree9a1cad89b35e9147d5c889871851d308796503c9 /src/gui/issueswidget.h
parent52dfe589bacca6a22a0bf84d1e3a3269d00ed610 (diff)
Issues tab: Invalidate issues selectively #6226
Everything is invalidated later: after discovery, not before. In addition entries that should only be invalidated when new local discovery is done have that behavior now.
Diffstat (limited to 'src/gui/issueswidget.h')
-rw-r--r--src/gui/issueswidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/issueswidget.h b/src/gui/issueswidget.h
index 443fc9451..b30964751 100644
--- a/src/gui/issueswidget.h
+++ b/src/gui/issueswidget.h
@@ -77,7 +77,7 @@ private:
QString currentFolderFilter() const;
bool shouldBeVisible(QTreeWidgetItem *item, AccountState *filterAccount,
const QString &filterFolderAlias) const;
- void cleanItems(const QString &folder);
+ void cleanItems(const std::function<bool(QTreeWidgetItem *)> &shouldDelete);
void addItem(QTreeWidgetItem *item);
/// Add the special error widget for the category, if any