Set m_anyType as checked by default.

CCMAIL: me@vhanda.in
This commit is contained in:
Emmanuel Pescosta 2014-03-25 23:39:47 +01:00
parent 76e5fd4834
commit 5c2f52e62a

View file

@ -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);
}