From 1d276c256fa6f6ad8cc2c2debd5e0567fd1eba14 Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Wed, 6 Mar 2013 15:56:14 +0100 Subject: [PATCH] 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 --- src/corelib/plugin/qplugin.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/corelib/plugin/qplugin.qdoc b/src/corelib/plugin/qplugin.qdoc index 74c4289017c..eacfe995aef 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