Doc: Fix typo in QScopedValueRollback

Change-Id: I9835b284d6bba5f7632cae6b179c6c1b08265e5c
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Kevin Funk 2014-06-30 13:52:25 +02:00 committed by Kevin Funk
parent 2021c6c8f7
commit 3251429813

View File

@ -50,7 +50,7 @@ QT_BEGIN_NAMESPACE
\since 4.8
\ingroup misc
The QScopedAssignment class can be used to revert state when an
The QScopedValueRollback class can be used to revert state when an
exception is thrown without needing to write try-catch blocks.
It can also be used to manage variables that are temporarily set,