From 60ef0fc76b82ef5a4cbf5646c8bc2e3bfe83a2ba Mon Sep 17 00:00:00 2001 From: XY Quadrat Date: Tue, 3 Oct 2017 23:07:53 +0200 Subject: Add option to only search for folders This commit adds an option under "More options" at the search widget. It allows to only search for folders and filter out everything else, just like the other options (e.g. "Videos") above. FEATURE: 269334 REVIEW: 130159 --- src/search/dolphinfacetswidget.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/search/dolphinfacetswidget.h') diff --git a/src/search/dolphinfacetswidget.h b/src/search/dolphinfacetswidget.h index 6f0f0a619..2bf48616e 100644 --- a/src/search/dolphinfacetswidget.h +++ b/src/search/dolphinfacetswidget.h @@ -79,6 +79,7 @@ private: QRadioButton* m_images; QRadioButton* m_audio; QRadioButton* m_videos; + QRadioButton* m_folders; QRadioButton* m_anytime; QRadioButton* m_today; -- cgit v1.3