summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qfile.h
diff options
context:
space:
mode:
authorMate Barany <mate.barany@qt.io>2023-10-18 16:18:38 +0200
committerMate Barany <mate.barany@qt.io>2023-12-06 20:25:19 +0000
commitfa79b56bd82df6852aab6819dc31b359ee7b24e7 (patch)
treed42df7c30601ed6ec3548ab720821cd0a6ffaae3 /src/corelib/io/qfile.h
parenta744d308269066e2b9b0ee5f2615e739ac7be688 (diff)
Create class documentation for QNtfsPermissionCheckGuard
...and document the related functions as well. Pick-to: 6.6 Fixes: QTBUG-116350 Change-Id: I038d59f6af46b29e2123bc8b6c24ff4ffea78bbf Reviewed-by: Marc Mutz <marc.mutz@qt.io> Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'src/corelib/io/qfile.h')
-rw-r--r--src/corelib/io/qfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/io/qfile.h b/src/corelib/io/qfile.h
index 839a2b51fe..1d18dd55c0 100644
--- a/src/corelib/io/qfile.h
+++ b/src/corelib/io/qfile.h
@@ -26,7 +26,7 @@ namespace std {
QT_BEGIN_NAMESPACE
-#ifdef Q_OS_WIN
+#if defined(Q_OS_WIN) || defined(Q_QDOC)
#if QT_DEPRECATED_SINCE(6,6)
QT_DEPRECATED_VERSION_X_6_6("Use QNtfsPermissionCheckGuard RAII class instead.")