diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-03-25 23:39:47 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-03-25 23:39:47 +0100 |
| commit | 5c2f52e62a7cfef961c2f67585c84c04b4193370 (patch) | |
| tree | 7936760bb761cb4175da6657e52acb2372e5f0fa /src/search/dolphinfacetswidget.cpp | |
| parent | 76e5fd48349bb521e5403d694f1dc45f2d22d1ae (diff) | |
Set m_anyType as checked by default.
CCMAIL: [email protected]
Diffstat (limited to 'src/search/dolphinfacetswidget.cpp')
| -rw-r--r-- | src/search/dolphinfacetswidget.cpp | 1 |
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); } |
