summaryrefslogtreecommitdiffstats
path: root/src/printsupport/doc/src/qtprintsupport.qdoc
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2012-11-29 10:41:22 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 00:48:50 +0100
commitafaec998c447e55aaf834a8a6cf8362aa073cadc (patch)
treece0e6a283aac06994020b43cbc79cb005cc5b73c /src/printsupport/doc/src/qtprintsupport.qdoc
parent753a47892588b2dead91b4ce033b1510f1496fe5 (diff)
Fix print support docs
Make sure qdoc generates a correct overview for the module. Change-Id: I6ea95638459201a0bb09f2e645173ade3a36f0e0 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/printsupport/doc/src/qtprintsupport.qdoc')
-rw-r--r--src/printsupport/doc/src/qtprintsupport.qdoc46
1 files changed, 0 insertions, 46 deletions
diff --git a/src/printsupport/doc/src/qtprintsupport.qdoc b/src/printsupport/doc/src/qtprintsupport.qdoc
deleted file mode 100644
index c82c30896d..0000000000
--- a/src/printsupport/doc/src/qtprintsupport.qdoc
+++ /dev/null
@@ -1,46 +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 QtPrintSupport
- \title QtPrintSupport Module
- \ingroup modules
-
- \brief The QtPrintSupport module provides classes to make printing
- easier and portable.
-
- To include the definitions of the module's classes, use the
- following directive:
-
- \snippet code/doc_src_qtprintsupport.cpp 1
-
- To link against the module, add this line to your \l qmake \c
- .pro file:
-
- \snippet code/doc_src_qtprintsupport.pro 0
-*/
-