From f9725e7013564e16f5c1de62e46f8b8604884871 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Tue, 20 Feb 2024 11:34:55 +0100 Subject: [PATCH] [docs] QDBusUtil: remove documentation of bygone functions The referenced QString overloads were removed when 6bbfae9457248f1f65cf18f87ecc6ff66a6fdd70 ported from QString/QStringRef overload sets to single QStringView functions. Remove the docs. Amends 6bbfae9457248f1f65cf18f87ecc6ff66a6fdd70. Pick-to: 6.6 6.5 6.2 Change-Id: I766ad104f83aa19d90eeefe5b67524184869640a Reviewed-by: Ivan Solovev (cherry picked from commit 0be4e195fd9b20f33b70a8527cf581eff5fb7a84) Reviewed-by: Qt Cherry-pick Bot --- src/dbus/qdbusutil.cpp | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/dbus/qdbusutil.cpp b/src/dbus/qdbusutil.cpp index 00f05b3dd34..78d225109a0 100644 --- a/src/dbus/qdbusutil.cpp +++ b/src/dbus/qdbusutil.cpp @@ -309,13 +309,6 @@ namespace QDBusUtil return true; } - /*! - \internal - \fn bool isValidPartOfObjectPath(const QString &part) - - \overload - */ - /*! \fn bool isValidInterfaceName(const QString &ifaceName) Returns \c true if this is \a ifaceName is a valid interface name. @@ -375,12 +368,6 @@ namespace QDBusUtil return true; } - /*! - \fn bool isValidUniqueConnectionName(const QString &connName) - - \overload - */ - /*! \fn bool isValidBusName(const QString &busName) Returns \c true if \a busName is a valid bus name. @@ -443,12 +430,6 @@ namespace QDBusUtil return true; } - /*! - \fn bool isValidMemberName(const QString &memberName) - - \overload - */ - /*! \fn bool isValidErrorName(const QString &errorName) Returns \c true if \a errorName is a valid error name. Valid error names are valid interface