forked from qt-creator/qt-creator
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:
@@ -89,7 +89,7 @@ QString ContentLibraryMaterial::qmlFilePath() const
|
||||
return m_downloadPath + "/" + m_qml;
|
||||
}
|
||||
|
||||
QString ContentLibraryMaterial::parentDirPath() const
|
||||
QString ContentLibraryMaterial::dirPath() const
|
||||
{
|
||||
return m_downloadPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user