summaryrefslogtreecommitdiffstats
path: root/src/corelib/doc/src/plugins-howto.qdoc
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2013-02-20 13:12:57 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-26 10:45:59 +0100
commitf28b6f8453b745fe437f841ded1928e6ba6085df (patch)
tree366f16d054f653f385d3408c3eefbd09d2d293b1 /src/corelib/doc/src/plugins-howto.qdoc
parenta00e74914cfdd4cb37e669a86963523149b85d40 (diff)
Doc: Added the missing example snippets
The snippet files referred were outside the scope exampledirs for QtCore. I made of a copy of those files in the snippets folder to fix this issue. Task-number: QTBUG-29755 Change-Id: I2f765104394071d035e9cee610945ae290033deb Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Nico Vertriest <nico.vertriest@digia.com>
Diffstat (limited to 'src/corelib/doc/src/plugins-howto.qdoc')
-rw-r--r--src/corelib/doc/src/plugins-howto.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc
index af15d94af2..060df8fa18 100644
--- a/src/corelib/doc/src/plugins-howto.qdoc
+++ b/src/corelib/doc/src/plugins-howto.qdoc
@@ -184,12 +184,12 @@
For example, here's the definition of an interface class:
- \snippet tools/plugandpaint/interfaces.h 2
+ \snippet plugins/interfaces.h 2
Here's the definition of a plugin class that implements that
interface:
- \snippet tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h 0
+ \snippet plugins/extrafiltersplugin.h 0
The \l{tools/plugandpaint}{Plug & Paint} example documentation
explains this process in detail. See also \l{Creating Custom