[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 <ivan.solovev@qt.io> (cherry picked from commit 0be4e195fd9b20f33b70a8527cf581eff5fb7a84) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
d8e3105737
commit
f9725e7013
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user