From 0f5ed788f295ccd1ecc8708ef846e957906d5b97 Mon Sep 17 00:00:00 2001 From: Eirik Aavitsland Date: Fri, 8 Mar 2019 10:36:12 +0100 Subject: Doc: fix some typos and missing doc for QScopeGuard Change-Id: Ifd492387abbffa551e08a6bcc01e248b8402254d Reviewed-by: Martin Smith --- src/corelib/tools/qscopeguard.qdoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/corelib/tools') diff --git a/src/corelib/tools/qscopeguard.qdoc b/src/corelib/tools/qscopeguard.qdoc index 21b0bab9cf..5a9b7fd210 100644 --- a/src/corelib/tools/qscopeguard.qdoc +++ b/src/corelib/tools/qscopeguard.qdoc @@ -37,6 +37,12 @@ QT_BEGIN_NAMESPACE a scope. */ +/*! \fn template void QScopeGuard::dismiss() + + Disarms the scope guard, so that the function \e F will not be called at + the end of the scope. +*/ + /*! \fn template const QScopeGuard qScopeGuard(F f) \inmodule QtCore -- cgit v1.2.3