QmlDesigner: Refactor bundle importer

so that it can be shared by more than 1 bundle. Also some relevant
tweaks.

Change-Id: I421648c26ac4a0d51612f21a5475f0938dfff331
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
This commit is contained in:
Mahmoud Badri
2024-04-29 11:25:21 +03:00
parent 6bd4daa53f
commit c9c3303ad8
14 changed files with 102 additions and 150 deletions

View File

@@ -89,7 +89,7 @@ QString ContentLibraryMaterial::qmlFilePath() const
return m_downloadPath + "/" + m_qml;
}
QString ContentLibraryMaterial::parentDirPath() const
QString ContentLibraryMaterial::dirPath() const
{
return m_downloadPath;
}