From fc924ae47e73a5b41e274a723d8f7cdefe921c4f Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Tue, 21 Aug 2012 16:13:49 +0200 Subject: Doc: Fix snippet and example referencing widget examples Widget examples were moved into a widgets subfolder, but qdoc references were not updated. Change-Id: Id2a4573e723745b9827c664c852807d6116f8f6d Reviewed-by: Casper van Donderen --- src/corelib/doc/src/plugins-howto.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/corelib/doc/src/plugins-howto.qdoc') diff --git a/src/corelib/doc/src/plugins-howto.qdoc b/src/corelib/doc/src/plugins-howto.qdoc index 22a450d6a8..83a4a8b29e 100644 --- a/src/corelib/doc/src/plugins-howto.qdoc +++ b/src/corelib/doc/src/plugins-howto.qdoc @@ -183,12 +183,12 @@ For example, here's the definition of an interface class: - \snippet examples/tools/plugandpaint/interfaces.h 2 + \snippet tools/plugandpaint/interfaces.h 2 Here's the definition of a plugin class that implements that interface: - \snippet examples/tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h 0 + \snippet tools/plugandpaintplugins/extrafilters/extrafiltersplugin.h 0 The \l{tools/plugandpaint}{Plug & Paint} example documentation explains this process in detail. See also \l{Creating Custom -- cgit v1.2.3