Fix grammar in QScopedPointer.

have => has

Change-Id: Ib77110b8ffd2f970e15c2159480e56be9ef964ca
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
This commit is contained in:
Mitch Curtis 2013-09-30 09:02:45 +02:00 committed by The Qt Project
parent b32e0da8eb
commit 00a8f0b643

View File

@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
QScopedPointer guarantees that the object pointed to will get deleted when QScopedPointer guarantees that the object pointed to will get deleted when
the current scope disappears. the current scope disappears.
Consider this function which does heap allocations, and have various exit points: Consider this function which does heap allocations, and has various exit points:
\snippet code/src_corelib_tools_qscopedpointer.cpp 0 \snippet code/src_corelib_tools_qscopedpointer.cpp 0