summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qpointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qpointer.cpp')
-rw-r--r--src/corelib/kernel/qpointer.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/corelib/kernel/qpointer.cpp b/src/corelib/kernel/qpointer.cpp
index ec719e9cdc..2a5db0ee26 100644
--- a/src/corelib/kernel/qpointer.cpp
+++ b/src/corelib/kernel/qpointer.cpp
@@ -127,14 +127,6 @@
*/
/*!
- \fn QPointer::QPointer(const QPointer<T> &p)
-
- Copies one guarded pointer from another. The constructed guarded
- pointer points to the same object that \a p points to (which may
- be 0).
-*/
-
-/*!
\fn QPointer::~QPointer()
Destroys the guarded pointer. Just like a normal pointer,
@@ -143,13 +135,6 @@
*/
/*!
- \fn QPointer<T>& QPointer::operator=(const QPointer<T> &p)
-
- Assignment operator. This guarded pointer will now point to the
- same object that \a p points to.
-*/
-
-/*!
\fn QPointer<T> & QPointer::operator=(T* p)
Assignment operator. This guarded pointer will now point to the