]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/search/dolphinfacetswidget.h
Add symmetric padding on right side of details view
[dolphin.git] / src / search / dolphinfacetswidget.h
index 83345b34444fcd36b7988e40068be03521fb5045..3e3b0f264411cd63d5c4dac0adf18b89eda7cb5c 100644 (file)
@@ -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