┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinfacetswidget.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-03-25 23:39:47 +0100
committerEmmanuel Pescosta <[email protected]>2014-03-25 23:39:47 +0100
commit5c2f52e62a7cfef961c2f67585c84c04b4193370 (patch)
tree7936760bb761cb4175da6657e52acb2372e5f0fa /src/search/dolphinfacetswidget.cpp
parent76e5fd48349bb521e5403d694f1dc45f2d22d1ae (diff)
Set m_anyType as checked by default.
Diffstat (limited to 'src/search/dolphinfacetswidget.cpp')
-rw-r--r--src/search/dolphinfacetswidget.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}