summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@theqtcompany.com>2016-04-04 09:54:32 +0200
committerTopi Reiniö <topi.reinio@theqtcompany.com>2016-04-04 08:31:18 +0000
commit3746982b148497b8fa1022a4503c70d8df5ab2fc (patch)
tree879c2ad88e29f3a75677927873079ef38254f9c2
parent39ea341d0e5466b7a7b46c7d3ce32ea69e686f68 (diff)
downloadqtdoc-3746982b148497b8fa1022a4503c70d8df5ab2fc.tar.gz
Doc: Fix invalid links on What's New in Qt page.
These went unnoticed as these problems did not generate any documentation warnings. Change-Id: I8ddb6b1a7c026ef1179c5ee41bfccd4bba8cc8f1 Task-number: QTBUG-52250 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-rw-r--r--doc/src/whatsnew/whatsnew50.qdoc14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/src/whatsnew/whatsnew50.qdoc b/doc/src/whatsnew/whatsnew50.qdoc
index da1473c4..6226be14 100644
--- a/doc/src/whatsnew/whatsnew50.qdoc
+++ b/doc/src/whatsnew/whatsnew50.qdoc
@@ -61,10 +61,10 @@
\section2 New Classes for Windowing and Rendering
A new set of enabler classes have been added, most importantly QWindow,
QScreen, QSurfaceFormat, and QOpenGLContext. These are now used as backends
- for the \l{Qt Widgets} module and by l\{Qt Quick} 2.
+ for the \l{Qt Widgets} module and by \l {Qt Quick} 2.
\section2 OpenGL Classes
- Most of the useful l\{Qt OpenGL} classes have been polished and moved into
+ Most of the useful \l {Qt OpenGL} classes have been polished and moved into
\l{Qt GUI}. A few important ones are, QOpenGLFramebufferObject,
QOpenGLShaderProgram, QOpenGLFunctions, and so on. For the complete list,
refer to \l{Qt GUI C++ Classes}.
@@ -197,8 +197,8 @@
\li New Canvas type for drawing, provides a HTML5 canvas-like API along
with the following additional features:
\list
- \li Two render targets: \c{Canvas::Image}{Canvas.Image} and
- \c{Canvas::FrameBufferObject}{Canvas.FramebufferObject}.
+ \li Two render targets: \l{QtQuick::Canvas::renderTarget}{Canvas.Image} and
+ \l{QtQuick::Canvas::renderTarget}{Canvas.FramebufferObject}.
\li Background thread rendering.
\li Tiled canvas rendering.
\li Support for most of the HTML5 context2d APIs.
@@ -243,7 +243,7 @@
\li \l{Text::}{minimumPixelSize} and \l{Text::}{minimumPointSize} properties
can be used to specify a lower bound when auto-fitting.
\endlist
- \li \c {TextEdit::textFormat}{TextEdit.textFormat} property now defaults
+ \li \l {QtQuick::TextEdit::textFormat}{TextEdit.textFormat} property now defaults
to \c PlainText instead of \c AutoText.
\li \l{TextInput} now has \c wrapMode and verticalAlignment properties.
\li \c{TextInput.positionAt()} now takes \c y value.
@@ -345,8 +345,8 @@
\li New \c{active} property delays instantiation of a Loader object’s
item.
\li New \c {setSource(JSObject)} method to specify initial property
- values for the loaded item, similar to \c{Component::createObject}
- {Component.createObject()}.
+ values for the loaded item, similar to
+ \l {QtQml::Component::createObject()} {Component.createObject()}.
\li \c sourceChanged signal is now only emitted when the source changes
and the \c sourceComponentChanged signal is now emitted when the
\c sourceComponent is changed. Ealier, these signals were emitted by