forked from qt-creator/qt-creator
Rename QtSupport::BaseQtVersion to QtVersion
... and the Utils::QtVersion enum to Utils::QtMajorVersion to avoid conflicts. Change-Id: Ib688c67388272b7204a91444155f60b8c18a56bd Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -231,7 +231,7 @@ void GenerateResource::generateMenuEntry()
|
||||
|
||||
temp.close();
|
||||
|
||||
QtSupport::BaseQtVersion *qtVersion = QtSupport::QtKitAspect::qtVersion(
|
||||
QtSupport::QtVersion *qtVersion = QtSupport::QtKitAspect::qtVersion(
|
||||
currentProject->activeTarget()->kit());
|
||||
FilePath rccBinary = qtVersion->rccFilePath();
|
||||
|
||||
@@ -383,7 +383,7 @@ void GenerateResource::generateMenuEntry()
|
||||
|
||||
QTemporaryFile temp(projectPath.toString() + "/XXXXXXX.create.resource.qrc");
|
||||
|
||||
QtSupport::BaseQtVersion *qtVersion = QtSupport::QtKitAspect::qtVersion(
|
||||
QtSupport::QtVersion *qtVersion = QtSupport::QtKitAspect::qtVersion(
|
||||
currentProject->activeTarget()->kit());
|
||||
FilePath rccBinary = qtVersion->rccFilePath();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user