summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qscopedvaluerollback.cpp
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2014-06-30 13:52:25 +0200
committerKevin Funk <kevin.funk@kdab.com>2014-06-30 16:18:11 +0200
commit32514298131f7e8009a7641e20ff37be91cf4582 (patch)
treead18ee530818de77b20125312efbae7bf9ebddf7 /src/corelib/tools/qscopedvaluerollback.cpp
parent2021c6c8f74df35f7bf71f9d4a6208c055a3cf15 (diff)
Doc: Fix typo in QScopedValueRollback
Change-Id: I9835b284d6bba5f7632cae6b179c6c1b08265e5c Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Diffstat (limited to 'src/corelib/tools/qscopedvaluerollback.cpp')
-rw-r--r--src/corelib/tools/qscopedvaluerollback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qscopedvaluerollback.cpp b/src/corelib/tools/qscopedvaluerollback.cpp
index 3201a3c87a..2d61d2114e 100644
--- a/src/corelib/tools/qscopedvaluerollback.cpp
+++ b/src/corelib/tools/qscopedvaluerollback.cpp
@@ -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,