forked from qt-creator/qt-creator
Core: Fix compile
Amends 3e074a52c1.
Change-Id: I229a6db53d973168150f063edb7417117ed0dcee
Reviewed-by: Jarek Kobus <jaroslaw.kobus@qt.io>
This commit is contained in:
@@ -166,7 +166,7 @@ void checkContents(QPromise<ArchiveIssue> &promise, const FilePath &tempDir)
|
|||||||
return;
|
return;
|
||||||
promise.addResult(ArchiveIssue{
|
promise.addResult(ArchiveIssue{
|
||||||
Tr::tr("Plugin requires an incompatible version of %1 (%2).")
|
Tr::tr("Plugin requires an incompatible version of %1 (%2).")
|
||||||
.arg(Constants::IDE_DISPLAY_NAME, found->version), InfoLabel::Error});
|
.arg(Constants::IDE_DISPLAY_NAME).arg(found->version), InfoLabel::Error});
|
||||||
return; // successful / no error
|
return; // successful / no error
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user