forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.14'
Change-Id: Iea84f23cf394de13e99a9ed777c8c113e4eff473
This commit is contained in:
@@ -245,7 +245,7 @@ void TestTreeModel::synchronizeTestFrameworks()
|
||||
qCDebug(LOG) << "Active frameworks sorted by priority" << sorted;
|
||||
} else { // we've got custom project settings
|
||||
const TestProjectSettings *settings = AutotestPlugin::projectSettings(project);
|
||||
const QMap<ITestFramework *, bool> active = settings->activeFrameworks();
|
||||
const QHash<ITestFramework *, bool> active = settings->activeFrameworks();
|
||||
sorted = Utils::filtered(active.keys(), [active](ITestFramework *framework) {
|
||||
return active.value(framework);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user