┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinfacetswidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/dolphinfacetswidget.h')
-rw-r--r--src/search/dolphinfacetswidget.h2
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