diff options
author | Martin Smith <msmith@trolltech.com> | 2009-08-28 13:15:41 (GMT) |
---|---|---|
committer | Martin Smith <msmith@trolltech.com> | 2009-08-28 13:16:32 (GMT) |
commit | 5a56da702779d9775f02d17e85c701494036ccf8 (patch) | |
tree | 306a18f4d06bedbb164a9baca4aa74005dd19e52 /src | |
parent | e1ef9b44e1a36afdeea33f9c59fb126d267c3301 (diff) | |
download | Qt-5a56da702779d9775f02d17e85c701494036ccf8.zip Qt-5a56da702779d9775f02d17e85c701494036ccf8.tar.gz Qt-5a56da702779d9775f02d17e85c701494036ccf8.tar.bz2 |
doc: Fixed several qdoc errors.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qscopedpointer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp index ef6cc39..5296bae 100644 --- a/src/corelib/tools/qscopedpointer.cpp +++ b/src/corelib/tools/qscopedpointer.cpp @@ -170,7 +170,7 @@ QT_BEGIN_NAMESPACE */ /*! - \fn bool QScopedPointer::operator==(const QScopedPointer<T> &other) const + \fn bool QScopedPointer::operator==(const QScopedPointer<T, Cleanup> &other) const Equality operator. Returns true if the scoped pointer \a other is pointing to the same object as this pointer, otherwise returns false. @@ -178,7 +178,7 @@ QT_BEGIN_NAMESPACE /*! - \fn bool QScopedPointer::operator!=(const QScopedPointer<T> &other) const + \fn bool QScopedPointer::operator!=(const QScopedPointer<T, Cleanup> &other) const Inequality operator. Returns true if the scoped pointer \a other is not pointing to the same object as this pointer, otherwise returns false. |