Fix grammar in QScopedPointer.
have => has Change-Id: Ib77110b8ffd2f970e15c2159480e56be9ef964ca Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>bb10
parent
b32e0da8eb
commit
00a8f0b643
|
|
@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
|
|||
QScopedPointer guarantees that the object pointed to will get deleted when
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue