summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2013-03-06 15:56:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-14 10:26:31 +0100
commit1d276c256fa6f6ad8cc2c2debd5e0567fd1eba14 (patch)
treec5e222e187cac2204f212f6e1a151d48fa8c5cfc
parentdb775741ed57efc16c697471f5b87689df7105a8 (diff)
Doc: corrected snippet statement in qplugin.qdoc
Corrected path for snippet with Q_DECLARE_INTERFACE Task-number: QTBUG-29101 Change-Id: I910bb339a4ec6ecf2ad1ea76eaaa73114ab65a68 Reviewed-by: Martin Smith <martin.smith@digia.com>
-rw-r--r--src/corelib/plugin/qplugin.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/plugin/qplugin.qdoc b/src/corelib/plugin/qplugin.qdoc
index 74c4289017..eacfe995ae 100644
--- a/src/corelib/plugin/qplugin.qdoc
+++ b/src/corelib/plugin/qplugin.qdoc
@@ -43,7 +43,7 @@
to the interface class called \a ClassName. The \a Identifier must
be unique. For example:
- \snippet tools/plugandpaint/interfaces.h 3
+ \snippet plugins/interfaces.h 3
This macro is normally used right after the class definition for
\a ClassName, in a header file. See the