summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-15 14:20:03 +0200
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-05-29 20:23:09 +0000
commitb73a47aa17fcb020ed70fa99c7792210c83ff16f (patch)
tree4895a27513ab033ab632753b0474ce7228b4d7c9
parenta6ed9b418d1b4464f088b378e5bdb96ec420db6c (diff)
Doc: Removed the qdoc page for Arthur Plugin example5.4
The example was removed in 2d750edc Task-number: QTBUG-41996 Change-Id: I778ef5d3af53be73bba37d99498960d2f766a53f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--examples/designer/doc/src/arthurplugin.qdoc42
1 files changed, 0 insertions, 42 deletions
diff --git a/examples/designer/doc/src/arthurplugin.qdoc b/examples/designer/doc/src/arthurplugin.qdoc
deleted file mode 100644
index 0f5e5a2de..000000000
--- a/examples/designer/doc/src/arthurplugin.qdoc
+++ /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.
-*/