summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2020-10-15 09:10:08 +0200
committerLars Knoll <lars.knoll@qt.io>2020-10-16 09:48:09 +0200
commit40976532158fc49be45bb976455f48e98f9690cf (patch)
treee14710c51c2d6c51857f32f6cff08215d5f810c9 /src/corelib/io/qdebug.cpp
parent0461c535fcb26ea231ee8645e67ef2e8d4429e95 (diff)
Fix signature of QDebug::toString()
We don't need two overloads here. Change-Id: Ia6a3bcd93491843e07b0295fefe8da42ae9d6519 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/io/qdebug.cpp')
-rw-r--r--src/corelib/io/qdebug.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp
index c711c28f62..1a0ec17397 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