forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/5.0'
Change-Id: I0ef7cd302ba7cba64fec401f3426dd682b8dc036
This commit is contained in:
@@ -407,7 +407,7 @@ void TestTreeModel::synchronizeTestTools()
|
||||
if (project) {
|
||||
const QList<Target *> &allTargets = project->targets();
|
||||
auto target = allTargets.empty() ? nullptr : allTargets.first();
|
||||
if (QTC_GUARD(target)) {
|
||||
if (target) {
|
||||
auto bs = target->buildSystem();
|
||||
for (ITestTool *testTool : newlyAdded) {
|
||||
ITestTreeItem *rootNode = testTool->rootNode();
|
||||
|
||||
Reference in New Issue
Block a user