void setFacetType(const QString& type);
-signals:
+Q_SIGNALS:
void facetChanged();
protected:
void changeEvent(QEvent* event) override;
-private slots:
+private Q_SLOTS:
void updateTagsMenu();
void updateTagsMenuItems(const QUrl&, const KFileItemList& items);
void setTimespan(const QDate& date);
void addSearchTag(const QString& tag);
void removeSearchTag(const QString& tag);
+ void resetSearchTags();
void initComboBox(QComboBox* combo);
void updateTagsSelector();
QStringList m_searchTags;
KCoreDirLister m_tagsLister;
+ QAction *m_clearTagsAction;
};
#endif