diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-16 12:50:52 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-16 12:50:52 (GMT) |
commit | 5f41a70bf1bc5c28b7d08d6da84aff4126479b6d (patch) | |
tree | c15dd5a0a256995f6f44efc2b5f68f529c8c31ab /src/declarative/qml | |
parent | 0ca62a15e146f1c038b3ee8db8cac51509a3b28e (diff) | |
parent | 80d33cec47b8188efd473070acb5ebcc1e772583 (diff) | |
download | Qt-5f41a70bf1bc5c28b7d08d6da84aff4126479b6d.zip Qt-5f41a70bf1bc5c28b7d08d6da84aff4126479b6d.tar.gz Qt-5f41a70bf1bc5c28b7d08d6da84aff4126479b6d.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1
Diffstat (limited to 'src/declarative/qml')
-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 2f2cb25..3ebb1ef 100644 --- a/src/declarative/qml/qmlmoduleplugin.cpp +++ b/src/declarative/qml/qmlmoduleplugin.cpp @@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE The plugin should register QML types with qmlRegisterType() when the defineModule() method is called. - \sa examples/declarative/plugins + See the example in \c{examples/declarative/plugins}. */ /*! |