summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/io/qdebug.cpp')
-rw-r--r--src/corelib/io/qdebug.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/corelib/io/qdebug.cpp b/src/corelib/io/qdebug.cpp
index e8933b4526..bac362dc80 100644
--- a/src/corelib/io/qdebug.cpp
+++ b/src/corelib/io/qdebug.cpp
@@ -731,14 +731,6 @@ QDebug &QDebug::resetFormat()
*/
/*!
- \fn template <typename T> QDebug operator<<(QDebug debug, const QVector<T> &vec)
- \relates QDebug
-
- Writes the contents of vector \a vec to \a debug. \c T needs to
- support streaming into QDebug.
-*/
-
-/*!
\fn template <typename T, typename Alloc> QDebug operator<<(QDebug debug, const std::vector<T, Alloc> &vec)
\relates QDebug
\since 5.7