diff options
| author | Ismael Asensio <[email protected]> | 2019-11-08 00:48:47 +0100 |
|---|---|---|
| committer | Ismael Asensio <[email protected]> | 2021-05-03 16:22:21 +0200 |
| commit | 65b283a909d098687cbb9df52822439f5f5560b5 (patch) | |
| tree | ca983dbf016ba3cf16381453d72221ddde645ea6 /src/search/dolphinfacetswidget.h | |
| parent | 5ce25a5cdec81a07d048eb19e1aa194acb03e5c3 (diff) | |
search: Add action to clear tag selection
BUG: 432719
Diffstat (limited to 'src/search/dolphinfacetswidget.h')
| -rw-r--r-- | src/search/dolphinfacetswidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
