Home
last modified time | relevance | path

Searched refs:pathAtt (Results 1 – 2 of 2) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/qmljs/
H A Dqmljsmodelmanagerinterface.cpp1143 QString pathAtt = pInfoIter.value().qtQmlPath; in updateImportPaths() local
1144 if (!pathAtt.isEmpty()) in updateImportPaths()
1145 allImportPaths.maybeInsert(Utils::FileName::fromString(pathAtt), Dialect::QmlQtQuick2); in updateImportPaths()
1148 QString pathAtt = defaultProjectInfo().qtQmlPath; in updateImportPaths() local
1149 if (!pathAtt.isEmpty()) in updateImportPaths()
1150 allImportPaths.maybeInsert(Utils::FileName::fromString(pathAtt), Dialect::QmlQtQuick2); in updateImportPaths()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qmljs/
H A Dqmljsmodelmanagerinterface.cpp1227 const QString pathAtt = defaultProjectInfo().qtQmlPath; in updateImportPaths() local
1228 if (!pathAtt.isEmpty()) in updateImportPaths()
1229 allImportPaths.maybeInsert(Utils::FilePath::fromString(pathAtt), Dialect::QmlQtQuick2); in updateImportPaths()