Skip to content
Snippets Groups Projects
Commit 5ce24ce0 authored by Christian Kamm's avatar Christian Kamm
Browse files

Qml plugin wizard: Add uri annotation.

Change-Id: Ie207fe674ac92b5cbcace054f452dec5300e1222
Reviewed-on: http://codereview.qt-project.org/5833


Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent 71b2cbef
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
void %ProjectName:s%Plugin::registerTypes(const char *uri)
{
// @uri %Uri%
qmlRegisterType<%ObjectName%>(uri, 1, 0, "%ObjectName%");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment