From: Emmanuel Pescosta Date: Tue, 25 Mar 2014 22:39:47 +0000 (+0100) Subject: Set m_anyType as checked by default. X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/5c2f52e62a7cfef961c2f67585c84c04b4193370?ds=inline Set m_anyType as checked by default. CCMAIL: me@vhanda.in --- diff --git a/src/search/dolphinfacetswidget.cpp b/src/search/dolphinfacetswidget.cpp index 3824eb94c..efbefc1f6 100644 --- a/src/search/dolphinfacetswidget.cpp +++ b/src/search/dolphinfacetswidget.cpp @@ -103,6 +103,7 @@ DolphinFacetsWidget::DolphinFacetsWidget(QWidget* parent) : topLayout->addLayout(ratingLayout); topLayout->addStretch(); + m_anyType->setChecked(true); m_anytime->setChecked(true); m_anyRating->setChecked(true); }