summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-02-09 14:58:48 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-02-09 21:59:24 +0000
commit37c6b53217da4691bebafe82e26f7fe39801e74b (patch)
tree717830c3492011eb4999448a4e92733c1f78cb36 /src/corelib
parent77b035aa6e73ce317242a21f181a8e5849a36bee (diff)
Doc: link to QScopeGuard in QScopedValueRollback documentation
Change-Id: I02b9960fe37b09bc373ed52dec84b1efc8f43397 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 1c2aa56cfa2c5648f05aed912dae2bb3ed5d8951) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'src/corelib')
-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 baca7c8229..0c1c43ac49 100644
--- a/src/corelib/tools/qscopedvaluerollback.cpp
+++ b/src/corelib/tools/qscopedvaluerollback.cpp
@@ -58,7 +58,7 @@ QT_BEGIN_NAMESPACE
The template can only be instantiated with a type that supports assignment.
- \sa QScopedPointer
+ \sa QScopedPointer, QScopeGuard
*/
/*!