summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/src/qtconcurrent.qdoc
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-11-29 10:27:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 00:48:37 +0100
commit753a47892588b2dead91b4ce033b1510f1496fe5 (patch)
tree97d5ce8af28e093365d50e4b908469dc470ee21d /src/concurrent/doc/src/qtconcurrent.qdoc
parentaeb036ed8715d0c099d3dca87f7def4dbaf8e9b4 (diff)
Fixup concurrent docs
qdoc now finds an overview and the concurrent namespace. Change-Id: I2cd15bc19091f53bd2bb98919e685d49d473dbec Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/concurrent/doc/src/qtconcurrent.qdoc')
-rw-r--r--src/concurrent/doc/src/qtconcurrent.qdoc40
1 files changed, 0 insertions, 40 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent.qdoc b/src/concurrent/doc/src/qtconcurrent.qdoc
deleted file mode 100644
index efc43c90ce..0000000000
--- a/src/concurrent/doc/src/qtconcurrent.qdoc
+++ /dev/null
@@ -1,40 +0,0 @@
-/****************************************************************************
-**
-** Copyright (C) 2012 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$
-**
-****************************************************************************/
-
-/*!
- \module QtConcurrent
- \title QtConcurrent Module
- \ingroup modules
-
- \keyword QtConcurrent
-
- \brief The QtConcurrent module contains functionality to support concurrent execution of program code
-
- The concurrent module extends the basic threading support found in \l{QtCore module}{Qt Core} and
- simplifies the development of code that can be executed in parallel on all available CPU cores.
-*/
-