X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/60ef0fc76b82ef5a4cbf5646c8bc2e3bfe83a2ba..681d8bb6c:/src/search/dolphinfacetswidget.h diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 2bf48616e..1e8ab6cea 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -47,8 +47,8 @@ class DolphinFacetsWidget : public QWidget Q_OBJECT public: - explicit DolphinFacetsWidget(QWidget* parent = 0); - virtual ~DolphinFacetsWidget(); + explicit DolphinFacetsWidget(QWidget* parent = nullptr); + ~DolphinFacetsWidget() override; QString ratingTerm() const; QString facetType() const; @@ -75,11 +75,11 @@ private: private: QRadioButton* m_anyType; + QRadioButton* m_folders; QRadioButton* m_documents; QRadioButton* m_images; QRadioButton* m_audio; QRadioButton* m_videos; - QRadioButton* m_folders; QRadioButton* m_anytime; QRadioButton* m_today;