From 5fa8f5df7bb722c5b7451229f5eecd13bd13326f Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Thu, 11 Mar 2021 11:33:11 +0100 Subject: Doc: Change section titles that cause bad links Section titles are valid targets for QDoc's autolinker. When they are identical to other valid link targets, such as for example a class, these sections may cause invalid links. Pick-to: 6.0 6.1 Fixes: QTBUG-91141 Change-Id: Ie9a6258d2bf83932335976d8c0b5fc59f2028ae5 Reviewed-by: Friedemann Kleint --- src/dbus/doc/src/qt6-changes.qdoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/dbus/doc/src/qt6-changes.qdoc') diff --git a/src/dbus/doc/src/qt6-changes.qdoc b/src/dbus/doc/src/qt6-changes.qdoc index d03f9f1d9a..dc1553b360 100644 --- a/src/dbus/doc/src/qt6-changes.qdoc +++ b/src/dbus/doc/src/qt6-changes.qdoc @@ -46,22 +46,22 @@ The QtDBus module has undergone some basic consolidation and cleanup. There should be minimal porting effort to be able to switch to Qt6. - \section2 QDBusMessage + \section2 The QDBusMessage class The QDBusMessage::call() and QDBusMessage::asyncCall() methods with a fixed size of arguments have been removed in Qt6. - \section2 QDBusArgument + \section2 The QDBusArgument class The QDBusArgument::operator<<() specializations for QHash, QMap and QList have been unified into common specializations for associative containers. - \section2 QDBusConnection + \section2 The QDBusConnection class The QDBusConnection::sender() function has been removed in Qt6. - \section2 QDBusMessage + \section2 The QDBusMessage class The QDBusMessage::createErrorReply() function now takes the QString \c name argument by const reference instead of taking by value. - \section2 QDBusPendingReply + \section2 The QDBusPendingReply class QDBusPendingReply has been changed to be a variadic template class in order to support more than 8 template parameters now. The template parameters are the types that will be used to extract the contents of the reply's data. -- cgit v1.2.3