diff options
-rw-r--r-- | src/declarative/qml/qmlmoduleplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlmoduleplugin.cpp b/src/declarative/qml/qmlmoduleplugin.cpp index 446c7bc..3346ec7 100644 --- a/src/declarative/qml/qmlmoduleplugin.cpp +++ b/src/declarative/qml/qmlmoduleplugin.cpp @@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE The plugin should register QML types with QML_DEFINE_TYPE. - The strings returned by keys() should be the list of URIs of module + The strings returned by keys() should be the list of URIs of modules that the plugin registers. \sa examples/declarative/plugins |