Fix QPointer qdoc errors

Change-Id: I54082a87f076aa511329cfb7a6ed6ecabcfb40f7
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
Lars Knoll 2012-08-14 17:03:51 +02:00 committed by Qt by Nokia
parent 98804946f2
commit 45ecea6a87
2 changed files with 1 additions and 16 deletions

View File

@ -126,14 +126,6 @@
points to.
*/
/*!
\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()
@ -142,13 +134,6 @@
pointed to.
*/
/*!
\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)

View File

@ -97,7 +97,7 @@ public:
{ return data(); }
#ifdef qdoc
inline bool isNull() const;
inline void clear() const;
inline void clear();
#else
using QPointerBase::isNull;
using QPointerBase::clear;