summaryrefslogtreecommitdiffstats
path: root/doc/src/corelib/qtcore.qdoc
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2012-01-18 09:51:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-19 10:07:34 +0100
commit2a742eba7a9be98354dc0e60c3644db484fe09db (patch)
tree0dfd4d3c31dd930c2f9463b43437f81088e0c245 /doc/src/corelib/qtcore.qdoc
parent57738689cd51af2111c35bffa769efbcd3ed5c97 (diff)
core as a directory name is usually not a good idea
Let's follow the other places in qtbase where the directory is named corelib. Change-Id: Ib426f4ee7311f622a89b252b9915aca1d3dd688d Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'doc/src/corelib/qtcore.qdoc')
-rw-r--r--doc/src/corelib/qtcore.qdoc42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/src/corelib/qtcore.qdoc b/doc/src/corelib/qtcore.qdoc
new file mode 100644
index 0000000000..0d1654c9f0
--- /dev/null
+++ b/doc/src/corelib/qtcore.qdoc
@@ -0,0 +1,42 @@
+/****************************************************************************
+**
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (qt-info@nokia.com)
+**
+** This file is part of the documentation of the Qt Toolkit.
+**
+** $QT_BEGIN_LICENSE:FDL$
+** GNU Free Documentation License
+** 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.
+**
+** Other Usage
+** Alternatively, this file may be used in accordance with the terms
+** and conditions contained in a signed written agreement between you
+** and Nokia.
+**
+**
+**
+**
+** $QT_END_LICENSE$
+**
+****************************************************************************/
+
+/*!
+ \module QtCore
+ \title QtCore Module
+ \ingroup modules
+
+ \keyword QtCore
+
+ \brief The QtCore module contains core non-GUI functionality.
+
+ All other Qt modules rely on this module. To include the
+ definitions of the module's classes, use the following directive:
+
+ \snippet doc/src/snippets/code/doc_src_qtcore.cpp 0
+*/
+