Update Q_PLUGIN_METADATA docu.
authorPeter Kümmel <syntheticpp@gmx.net>
Sun, 26 Aug 2012 18:37:28 +0000 (20:37 +0200)
committerQt by Nokia <qt-info@nokia.com>
Sun, 26 Aug 2012 20:12:03 +0000 (22:12 +0200)
Change-Id: I7e451a15de392552609ef549118600684429e0ea
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/plugin/qplugin.qdoc

index 940813f..684ecd5 100644 (file)
 
     See the \l{tools/plugandpaint}{Plug & Paint} example for details.
 
-    Note that the class this macro appears on must be default-constructible
+    Note that the class this macro appears on must be default-constructible.
+
+    FILE is optional and points to a json file.
+
+    The json file must reside in the same directory as the header file.
+    moc exits with an error when it could not find the specified file.
 
     \sa Q_DECLARE_INTERFACE(), {How to Create Qt Plugins}
 */