summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2013-09-09 16:24:48 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-11 11:52:27 +0200
commite952f233e6ac9212a9c9d857ce897f5a9676812c (patch)
tree2db51951ed4d1e98d536e096724b5c4ec8281f68
parent343f2b03f9aa8f20fe765b95837ce08a03f64277 (diff)
Fix echoplugin docs: Q_INTERFACES expects a space-separated list.
Task-number: QTBUG-25580 Change-Id: I736d5743b7901bf207c31795c96acc02fd149277 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--examples/widgets/doc/src/echoplugin.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/widgets/doc/src/echoplugin.qdoc b/examples/widgets/doc/src/echoplugin.qdoc
index 2c56a2f53b..9e2b0c35de 100644
--- a/examples/widgets/doc/src/echoplugin.qdoc
+++ b/examples/widgets/doc/src/echoplugin.qdoc
@@ -145,7 +145,7 @@
plugin. The Q_INTERFACES macro tells Qt which interfaces the class
implements. In our case we only implement the \c EchoInterface.
If a class implements more than one interface, they are given as
- a comma separated list. The Q_PLUGIN_METADATA macro is included next
+ a space separated list. The Q_PLUGIN_METADATA macro is included next
to the Q_OBJECT macro. It contains the plugins IID and a filename
pointing to a json file containing the metadata for the plugin.
The json file is compiled into the plugin and does not need to be installed.