Removed auto-generated links to internal classes
QQmlExtensionInterface and QQmlTypesExtensionInterface are internal classes that are not relevant from an external API perspective, but merely an implementation detail of the plugin loading mechanism in QML. Task-number: QTBUG-57190 Change-Id: I5fdfe26f1b74c4782040aaadd3ee13b9c92153eb Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
d8a052bc6b
commit
67d783622d
|
@ -117,4 +117,14 @@ void QQmlExtensionPlugin::initializeEngine(QQmlEngine *engine, const char *uri)
|
|||
Q_UNUSED(uri);
|
||||
}
|
||||
|
||||
/*!
|
||||
\class QQmlExtensionInterface
|
||||
\internal
|
||||
\inmodule QtQml
|
||||
|
||||
\class QQmlTypesExtensionInterface
|
||||
\internal
|
||||
\inmodule QtQml
|
||||
*/
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
|
Loading…
Reference in New Issue