diff options
Diffstat (limited to 'src/corelib/io/qdebug.cpp')
| -rw-r--r-- | src/corelib/io/qdebug.cpp | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp index c711c28f621..1a0ec173973 100644 --- a/src/corelib/io/qdebug.cpp +++ b/src/corelib/io/qdebug.cpp @@ -714,14 +714,7 @@ QDebug &QDebug::resetFormat() */ /*! - \fn template <class T> QString QDebug::toString(const T &object) - \since 6.0 - - \include qdebug-toString.qdocinc -*/ - -/*! - \fn template <class T> QString QDebug::toString(const T *object) + \fn template <class T> QString QDebug::toString(T &&object) \since 6.0 \include qdebug-toString.qdocinc |
