diff --git a/src/corelib/kernel/qjniobject.cpp b/src/corelib/kernel/qjniobject.cpp index 1b1432e4e34..dda4f474029 100644 --- a/src/corelib/kernel/qjniobject.cpp +++ b/src/corelib/kernel/qjniobject.cpp @@ -762,7 +762,7 @@ QJniObject::QJniObject(jobject object) } /*! - \fn template static inline QJniObject construct(Args &&...args) + \fn template static inline QJniObject QJniObject::construct(Args &&...args) \since 6.4 Constructs an instance of the Java class that is the equivalent of \c Class and