┌   ┐
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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h
index 1e8ab6cea..9d875f0ae 100644
--- a/src/search/dolphinfacetswidget.h
+++ b/src/search/dolphinfacetswidget.h
@@ -24,6 +24,7 @@
class QButtonGroup;
class QDate;
+class QEvent;
class QRadioButton;
/**
@@ -50,6 +51,8 @@ public:
explicit DolphinFacetsWidget(QWidget* parent = nullptr);
~DolphinFacetsWidget() override;
+ void resetOptions();
+
QString ratingTerm() const;
QString facetType() const;
@@ -61,6 +64,9 @@ public:
signals:
void facetChanged();
+protected:
+ void changeEvent(QEvent* event) override;
+
private:
void setRating(const int stars);
void setTimespan(const QDate& date);