diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-02-01 01:09:25 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-02-01 01:09:25 (GMT) |
commit | c1ff07502cde66ccf4c1fc86b3ad2eac66fbea40 (patch) | |
tree | 08873eb4939ed0f419d1e2af356b79f91abdb624 | |
parent | 56779ad993c9ea72689921f1b7b0942721fe5648 (diff) | |
download | Qt-c1ff07502cde66ccf4c1fc86b3ad2eac66fbea40.zip Qt-c1ff07502cde66ccf4c1fc86b3ad2eac66fbea40.tar.gz Qt-c1ff07502cde66ccf4c1fc86b3ad2eac66fbea40.tar.bz2 |
doc
-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 |