QDBusReply<T>::error() returns a reference to const QDBusError, but the function itself is not const. This means that one can not pass a const QDBusReply<T>& to any function which needs access to the QDBusError associated with the reply.
-
Nierob
-
Terence Simpson
- Votes:
-
0 Vote for this issue
- Watchers:
-
4 Start watching this issue
- Created:
- Updated:
- Resolved:
There are no open Gerrit changes
Show
There are 4 closed Gerrit changes
Hide
There are 4 closed Gerrit changes
- Add QDBusReply::error() const.
- Gerrit Review:
- QDBusReply: remove pointless non-const error() overload
- Gerrit Review:
- QDBusReply: remove pointless non-const error() overload
- Gerrit Review:
- QDBusReply: remove pointless non-const error() overload
- Gerrit Review: