summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-03-06 14:23:45 +0100
committerVenugopal Shivashankar <venugopal.shivashankar@digia.com>2015-03-11 09:07:04 +0000
commita2c7961370f04e900ff9fff0e6692acfd1b72f9f (patch)
tree1e3d37657354ec4883c67bae8d953b85d2fa774b
parent5cd576ea736d94cf0c95d4325d6367873ad338df (diff)
Doc; Removed references to the obsolete release notesv5.5.0-alpha1
The Qt Quick and Qt Qml release notes topics are outdated and are duplicating the info. in the what's new page. These outdated pages are removed in e15cf05011 Change-Id: I89b55e1556e0686f44a607ec5c82fcd1085db7cd Task-number: QTBUG-43235 Reviewed-by: Alan Alpert <aalpert@blackberry.com>
-rw-r--r--doc/src/qmlapp/applicationdevelopers.qdoc4
-rw-r--r--doc/src/qmlapp/porting.qdoc4
2 files changed, 1 insertions, 7 deletions
diff --git a/doc/src/qmlapp/applicationdevelopers.qdoc b/doc/src/qmlapp/applicationdevelopers.qdoc
index f998e8975..a368d06b3 100644
--- a/doc/src/qmlapp/applicationdevelopers.qdoc
+++ b/doc/src/qmlapp/applicationdevelopers.qdoc
@@ -199,11 +199,9 @@ modules, you should browse their QML documentation.
The \l{All QML APIs by Module} contains a list of all QML modules
in Qt 5.
-\section1 Release Notes and Porting Guides
+\section1 Related Topics
\list
-\li \l{Qt QML Release Notes}
-\li \l{Qt Quick Release Notes}
\li \l{Porting QML Applications to Qt 5}
\endlist
diff --git a/doc/src/qmlapp/porting.qdoc b/doc/src/qmlapp/porting.qdoc
index 63d1c7a24..95e3685ce 100644
--- a/doc/src/qmlapp/porting.qdoc
+++ b/doc/src/qmlapp/porting.qdoc
@@ -34,10 +34,6 @@ When porting QML-related code from Qt 4.8 to Qt 5, application developers should
the QML infrastructure has undergone considerable changes in Qt 5. The sections below describe
these changes and the impact they have on your existing code.
-This article describes the changes that affect your existing code. If you are
-interested in the summary of all new features in Qt 5 for QML application development, see
-\l{Qt QML Release Notes} and \l{Qt Quick Release Notes}.
-
\section1 QML Language Changes
There are very few changes in the QML language that affect the porting of existing Qt 4.8 QML code to Qt 5. These are: