aboutsummaryrefslogtreecommitdiffstats
path: root/examples/winextras/dwmfeatures/doc/src/qtwinextras-example-dwmfeatures.qdoc
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-10-07 14:54:02 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-08 22:11:39 +0200
commit2eef1a3cfa90e6eba1cacc3adf23bae05ccee561 (patch)
tree29409eb7d5fe899436609669720e5af30fecbf75 /examples/winextras/dwmfeatures/doc/src/qtwinextras-example-dwmfeatures.qdoc
parent118a4f143b9125f02a11d2c579cced4e37fb9d70 (diff)
Remove obsolete examples
These examples were more like manual tests than examples. These features are now covered and documented in the music player example. Furthermore, corresponding manual test applications already exist. Change-Id: I28d857cd704e08a8ef5e6763d6403885119accba Reviewed-by: Ivan Vizir <define-true-false@yandex.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'examples/winextras/dwmfeatures/doc/src/qtwinextras-example-dwmfeatures.qdoc')
-rw-r--r--examples/winextras/dwmfeatures/doc/src/qtwinextras-example-dwmfeatures.qdoc40
1 files changed, 0 insertions, 40 deletions
diff --git a/examples/winextras/dwmfeatures/doc/src/qtwinextras-example-dwmfeatures.qdoc b/examples/winextras/dwmfeatures/doc/src/qtwinextras-example-dwmfeatures.qdoc
deleted file mode 100644
index 6bf9db9..0000000
--- a/examples/winextras/dwmfeatures/doc/src/qtwinextras-example-dwmfeatures.qdoc
+++ /dev/null
@@ -1,40 +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$
-**
-****************************************************************************/
-
-/*!
- \title DWM Features
- \ingroup examples-qtwinextras
- \example dwmfeatures
- \brief Demonstrates managing Windows DWM features.
-
- \image peek-on.png
-
- This example shows how to use Desktop Window Manager (DWM) features
- provided by the \l{Qt Windows Extras} module. These include
- controlling the \l{DWM and Glass Frame}{Glass Frame} and \l{Aero Peek}
- features for a Qt application.
-*/