summaryrefslogtreecommitdiff
path: root/doc/src/source-breaks.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/source-breaks.qdoc')
-rw-r--r--doc/src/source-breaks.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/source-breaks.qdoc b/doc/src/source-breaks.qdoc
index c366cfc5..c4ec24ce 100644
--- a/doc/src/source-breaks.qdoc
+++ b/doc/src/source-breaks.qdoc
@@ -559,7 +559,7 @@ recommendations for handling those changes.
\l{http://qt.gitorious.org/qt/qtstyleplugins}{qtstyleplugins} project
to get these styles or update your application to use the new fusion style.
For more details about this change, see
- \l{https://blog.qt.digia.com/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/}.
+ \l{https://blog.qt.io/blog/2012/10/30/cleaning-up-styles-in-qt5-and-adding-fusion/}.
\li The following QStyle implementations have been made internal:
\list
\li QFusionStyle
@@ -721,7 +721,7 @@ recommendations for handling those changes.
\li \c{QTest::qt_snprintf()} is removed. This was an
internal test library function that was exposed in the public API due to its use
in a public macro. Any calls to this function must be replaced with
- \l{QByteArray::qsnprintf()}.
+ \l{bytearray-qsnprintf}{QByteArray::qsnprintf()}.
\li c{QTest::pixmapsAreEqual()} is removed. Comparison of \l{QPixmap} objects must
be done using the \c{QCOMPARE} macro, which provides more informative output in the event of a failure.
\li The \c{"mode"} parameter in \c{QSKIP} macro is removed. This parameter caused problems
@@ -791,7 +791,7 @@ recommendations for handling those changes.
\li Configure no longer calls \c{qmake -recursive} by default, because the
subsequent build invokes qmake as needed. Use \c{-fully-process} to
restore the old behavior.
- \li The \l lupdate \c CODECFORTR variable is deprecated, because source
+ \li The \l {Using lupdate}{lupdate} \c CODECFORTR variable is deprecated, because source
code written with Qt 5 is expected to use UTF-8 encoding.
\endlist