forked from qt-creator/qt-creator
Fixes for the QML help.
This commit is contained in:
@@ -132,7 +132,7 @@ static QString buildHelpId(QmlSymbol *symbol)
|
||||
if (!symbol)
|
||||
return QString();
|
||||
|
||||
const QString idTemplate(QLatin1String("QML %1 Element Reference"));
|
||||
const QString idTemplate(QLatin1String("QML.%1"));
|
||||
|
||||
return idTemplate.arg(symbol->name());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user