summaryrefslogtreecommitdiffstats
path: root/src/concurrent/doc/src/qtconcurrent-module.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-module.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-module.qdoc')
-rw-r--r--src/concurrent/doc/src/qtconcurrent-module.qdoc39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/concurrent/doc/src/qtconcurrent-module.qdoc b/src/concurrent/doc/src/qtconcurrent-module.qdoc
new file mode 100644
index 0000000000..aa3148b3f5
--- /dev/null
+++ b/src/concurrent/doc/src/qtconcurrent-module.qdoc
@@ -0,0 +1,39 @@
+/****************************************************************************
+**
+** 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 Qt Concurrent C++ classes
+ \brief The Qt Concurrent module contains functionality to support concurrent execution of program code
+
+ \ingroup modules
+ \ingroup technology-apis
+
+ The Qt Concurrent module extends the basic threading support found in \l{Qt Core} module and
+ simplifies the development of code that can be executed in parallel on all available CPU cores.
+*/
+