From 65b283a909d098687cbb9df52822439f5f5560b5 Mon Sep 17 00:00:00 2001 From: Ismael Asensio Date: Fri, 8 Nov 2019 00:48:47 +0100 Subject: search: Add action to clear tag selection BUG: 432719 --- src/search/dolphinfacetswidget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/search/dolphinfacetswidget.h') diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 83345b344..3e3b0f264 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -63,6 +63,7 @@ private: void setTimespan(const QDate& date); void addSearchTag(const QString& tag); void removeSearchTag(const QString& tag); + void resetSearchTags(); void initComboBox(QComboBox* combo); void updateTagsSelector(); @@ -75,6 +76,7 @@ private: QStringList m_searchTags; KCoreDirLister m_tagsLister; + QAction *m_clearTagsAction; }; #endif -- cgit v1.3.1