summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsharedpointer.cpp
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2016-05-12 12:33:04 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2016-05-12 16:41:32 +0000
commit4dc29bc9de1da1d373962dbd4b1d232f38ffeee0 (patch)
treee508e0ada0d59d24d31aee15878774e4b9065314 /src/corelib/tools/qsharedpointer.cpp
parent99ca47101471023361eef1764a29f085c288347c (diff)
QSharedPointer: move QDebug stream operators into qdebug.h
In order to avoid pulling in QDebug when including QSharedPointer. Change-Id: I14b86d1f100ed44a68258c91bbda394b655bac83 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/tools/qsharedpointer.cpp')
-rw-r--r--src/corelib/tools/qsharedpointer.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/corelib/tools/qsharedpointer.cpp b/src/corelib/tools/qsharedpointer.cpp
index d03e3129aa..84afb0c5db 100644
--- a/src/corelib/tools/qsharedpointer.cpp
+++ b/src/corelib/tools/qsharedpointer.cpp
@@ -1299,17 +1299,6 @@
compile. Use qSharedPointerConstCast to cast away the constness.
*/
-/*!
- \fn QDebug operator<<(QDebug debug, const QSharedPointer<T> &ptr)
- \relates QSharedPointer
- \since 5.7
-
- Writes the pointer tracked by \a ptr into the debug object \a debug for
- debugging purposes.
-
- \sa {Debugging Techniques}
-*/
-
#include <qset.h>
#include <qmutex.h>