forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.9'
Conflicts: doc/src/howto/creator-sidebar-views.qdoc doc/src/howto/creator-ui.qdoc qbs/modules/qtc/qtc.qbs qtcreator.pri src/plugins/autotest/testresultmodel.cpp src/plugins/autotest/testresultmodel.h Change-Id: I24cc585ca7782cb1d9cb0b8b73b46892b41937fd
This commit is contained in:
@@ -493,7 +493,7 @@ void TestResultsPane::checkAllFilter(bool checked)
|
||||
if (action->isCheckable())
|
||||
action->setChecked(checked);
|
||||
}
|
||||
m_filterModel->enableAllResultTypes();
|
||||
m_filterModel->enableAllResultTypes(checked);
|
||||
}
|
||||
|
||||
void TestResultsPane::filterMenuTriggered(QAction *action)
|
||||
|
||||
Reference in New Issue
Block a user