diff --git a/src/dbus/qdbusreply.cpp b/src/dbus/qdbusreply.cpp index 3b9e24eaf8..5b26250b10 100644 --- a/src/dbus/qdbusreply.cpp +++ b/src/dbus/qdbusreply.cpp @@ -141,7 +141,7 @@ using namespace Qt::StringLiterals; */ /*! - \fn template QDBusReply::value() const + \fn template Type QDBusReply::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 value.