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:
Kavindra Palaraja 2016-12-28 10:59:05 +01:00 committed by Simon Hausmann
parent d8a052bc6b
commit 67d783622d
1 changed files with 10 additions and 0 deletions

View File

@ -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