Doc: corrected snippet issue in Defining Plugins doc

Task-number: QTBUG-44629
Change-Id: I70e20209b6b33f7adcbcafc6b7d959660cdc2e87
Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
Nico Vertriest 2015-03-04 15:12:04 +01:00
parent 3128df99d6
commit 8eaddf8343
2 changed files with 3 additions and 2 deletions

View File

@ -36,7 +36,8 @@ exampledirs += \
../ \
snippets \
../../../examples/corelib \
../../../examples/network/dnslookup
../../../examples/network/dnslookup \
../../../examples/widgets/tools
imagedirs += images

View File

@ -44,7 +44,7 @@
to the interface class called \a ClassName. The \a Identifier must
be unique. For example:
\snippet code/doc_src_qplugin.cpp 0
\snippet plugandpaint/interfaces.h 3
This macro is normally used right after the class definition for
\a ClassName, in a header file. See the