diff options
author | Harald Fernengel <harald@trolltech.com> | 2009-06-10 14:14:51 (GMT) |
---|---|---|
committer | Harald Fernengel <harald@trolltech.com> | 2009-06-10 14:14:51 (GMT) |
commit | 0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2 (patch) | |
tree | bed8bc24e3ef89d6203a89a49c9c8e77d20f43bf /src/corelib/tools | |
parent | fa57db3b5c1662430802f8a963b7dff2c83c300b (diff) | |
download | Qt-0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2.zip Qt-0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2.tar.gz Qt-0f1486d6f36d25a08a7b75dfd5fdfa36c2ad98d2.tar.bz2 |
doc: fix typo
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qscopedpointer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qscopedpointer.cpp b/src/corelib/tools/qscopedpointer.cpp index 8150a18..f34aec8 100644 --- a/src/corelib/tools/qscopedpointer.cpp +++ b/src/corelib/tools/qscopedpointer.cpp @@ -112,7 +112,7 @@ /*! \fn void QScopedPointer::reset(T *other = 0) - Deletes the existing object its pointing to if any, and sets its pointer to + Deletes the existing object it is pointing to if any, and sets its pointer to \a other. QScopedPointer now owns \a other and will delete it in its destructor. |