diff options
| author | Marc Mutz <marc.mutz@qt.io> | 2025-09-28 23:55:03 +0200 |
|---|---|---|
| committer | Marc Mutz <marc.mutz@qt.io> | 2025-09-29 19:24:27 +0200 |
| commit | e3569985c9cd38a4df8230012a48c3965a7f5bf2 (patch) | |
| tree | 983bed7398f15bce58282b52d611975e57ad2f3d /src/dbus/qdbusreply.cpp | |
| parent | 9dd0d936d6691904a4bb212dcf48999a5228b84f (diff) | |
QDBusReply: remove pointless non-const error() overload
The const overload is callable for non-const objects, too.
Amends c474f404526d82f74e3272e1debbc7f50679e9eb.
Task-number: QTBUG-29917
Pick-to: 6.10 6.9 6.8
Change-Id: I1ec7280b4234db8d9d4da50737469d31b47290b5
Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'src/dbus/qdbusreply.cpp')
| -rw-r--r-- | src/dbus/qdbusreply.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/dbus/qdbusreply.cpp b/src/dbus/qdbusreply.cpp index a90e7354ed2..b9eff2a5251 100644 --- a/src/dbus/qdbusreply.cpp +++ b/src/dbus/qdbusreply.cpp @@ -137,11 +137,6 @@ using namespace Qt::StringLiterals; */ /*! - \fn template <typename T> const QDBusError& QDBusReply<T>::error() - \overload -*/ - -/*! \fn template <typename T> Type QDBusReply<T>::value() const Returns the remote function's calls return value. If the remote call returned with an error, the return value of this function is undefined and may be undistinguishable from a valid return |
