Fix QPointer qdoc errors
Change-Id: I54082a87f076aa511329cfb7a6ed6ecabcfb40f7 Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
This commit is contained in:
parent
98804946f2
commit
45ecea6a87
@ -126,14 +126,6 @@
|
|||||||
points to.
|
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()
|
\fn QPointer::~QPointer()
|
||||||
|
|
||||||
@ -142,13 +134,6 @@
|
|||||||
pointed to.
|
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)
|
\fn QPointer<T> & QPointer::operator=(T* p)
|
||||||
|
|
||||||
|
@ -97,7 +97,7 @@ public:
|
|||||||
{ return data(); }
|
{ return data(); }
|
||||||
#ifdef qdoc
|
#ifdef qdoc
|
||||||
inline bool isNull() const;
|
inline bool isNull() const;
|
||||||
inline void clear() const;
|
inline void clear();
|
||||||
#else
|
#else
|
||||||
using QPointerBase::isNull;
|
using QPointerBase::isNull;
|
||||||
using QPointerBase::clear;
|
using QPointerBase::clear;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user