forked from qt-creator/qt-creator
QtSupport: Introduce a type alias for QList<BaseQtVersion *>
Change-Id: I96b0eccc04da2f4a1a4e5ea9bdceb91b3fa3d724 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -750,7 +750,7 @@ Tasks QmakeProject::projectIssues(const Kit *k) const
|
||||
// example shipped via the installer.
|
||||
// Report a problem if and only if the project is considered to be part of *only* a Qt
|
||||
// that is not the one from the current kit.
|
||||
const QList<QtVersion *> qtsContainingThisProject
|
||||
const QtVersions qtsContainingThisProject
|
||||
= QtVersionManager::versions([filePath = projectFilePath()](const QtVersion *qt) {
|
||||
return qt->isValid() && qt->isQtSubProject(filePath);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user