summaryrefslogtreecommitdiff
path: root/doc/src/source-breaks.qdoc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-16 15:00:46 +0100
committerJerome Pasion <jerome.pasion@digia.com>2012-11-16 15:36:24 +0100
commit9d6e0f400ec614b7a9cc2ced76ae5c3d3bddb826 (patch)
tree8a0dc8a9b1a2af02031751bb9d2c725cd9487723 /doc/src/source-breaks.qdoc
parentf1b7b0da22ccc89b49519e700d92903e0913bdb6 (diff)
downloadqtdoc-9d6e0f400ec614b7a9cc2ced76ae5c3d3bddb826.tar.gz
Doc: Renaming section title.
Conflicts with the main "Qt Core" landing page. Change-Id: I65ec0956e59926627cc2acd91c200cf84b0053a2 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
Diffstat (limited to 'doc/src/source-breaks.qdoc')
-rw-r--r--doc/src/source-breaks.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index 209c2e49..2a75c456 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -34,7 +34,7 @@ Qt 5 introduces some source incompatible changes. Here we list the important one
The following sections lists the API changes in each module and provides recommendations to handle those changes.
-\section1 Qt Core
+\section1 Changes to Qt Core
\list
\li The \l{QObject::connectNotify()} and \l {QObject::disconnectNotify()} functions now need a \l{QMetaMethod} argument
that identifies the signal, rather than a \c{const char} pointer.