Doc: Removed the qdoc page for Arthur Plugin example
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>
Fri, 15 May 2015 12:20:03 +0000 (14:20 +0200)
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>
Fri, 29 May 2015 20:23:09 +0000 (20:23 +0000)
The example was removed in 2d750edc

Task-number: QTBUG-41996
Change-Id: I778ef5d3af53be73bba37d99498960d2f766a53f
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
examples/designer/doc/src/arthurplugin.qdoc [deleted file]

diff --git a/examples/designer/doc/src/arthurplugin.qdoc b/examples/designer/doc/src/arthurplugin.qdoc
deleted file mode 100644 (file)
index 0f5e5a2..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
-** Contact: http://www.qt-project.org/legal
-**
-** This file is part of the documentation of the Qt Toolkit.
-**
-** $QT_BEGIN_LICENSE:FDL$
-** Commercial License Usage
-** Licensees holding valid commercial Qt licenses may use this file in
-** accordance with the commercial license agreement provided with the
-** Software or, alternatively, in accordance with the terms contained in
-** a written agreement between you and Digia.  For licensing terms and
-** conditions see http://qt.digia.com/licensing.  For further information
-** use the contact form at http://qt.digia.com/contact-us.
-**
-** GNU Free Documentation License Usage
-** Alternatively, this file may be used under the terms of the GNU Free
-** Documentation License version 1.3 as published by the Free Software
-** Foundation and appearing in the file included in the packaging of
-** this file.  Please review the following information to ensure
-** the GNU Free Documentation License version 1.3 requirements
-** will be met: http://www.gnu.org/copyleft/fdl.html.
-** $QT_END_LICENSE$
-**
-****************************************************************************/
-
-/*!
-    \example arthurplugin
-    \ingroup examples-designer
-    \title Arthur Plugin
-
-    \brief Using the Qt painting system with \QD custom widget plugins.
-
-    \image arthurplugin-demo.png
-
-    The specialized widgets used in the other examples of the Arthur
-    painting system are provided as custom widgets to be used with \QD.
-    Since each of the widgets provides a set of signals and slots, the
-    effects they show can be controlled by connecting them up to standard
-    input widgets.
-*/