Commit 8eaddf83 authored by Nico Vertriest's avatar Nico Vertriest
Browse files

Doc: corrected snippet issue in Defining Plugins doc


Task-number: QTBUG-44629
Change-Id: I70e20209b6b33f7adcbcafc6b7d959660cdc2e87
Reviewed-by: default avatarMartin Smith <martin.smith@digia.com>
Showing with 3 additions and 2 deletions
......@@ -36,7 +36,8 @@ exampledirs += \
../ \
snippets \
../../../examples/corelib \
../../../examples/network/dnslookup
../../../examples/network/dnslookup \
../../../examples/widgets/tools
imagedirs += images
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment