forked from qt-creator/qt-creator
QmlJS: Use / in fully qualified names to separate package and classname.
This commit is contained in:
@@ -2106,7 +2106,7 @@ bool CppQmlTypes::hasPackage(const QString &package) const
|
||||
|
||||
QString CppQmlTypes::qualifiedName(const QString &package, const QString &type, ComponentVersion version)
|
||||
{
|
||||
return QString("%1.%2 %3").arg(
|
||||
return QString("%1/%2 %3").arg(
|
||||
package, type,
|
||||
version.toString());
|
||||
|
||||
|
Reference in New Issue
Block a user