summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@qt.io>2022-06-13 10:35:39 +0200
committerVolker Hilsheimer <volker.hilsheimer@qt.io>2022-06-13 18:34:27 +0200
commite6da018c86d874f5f0a5549f97609bf456a6f0d3 (patch)
treedd982c219407281c69dfcd80a0d191d860e051d5 /src/corelib/tools
parent539815569f277384e8fb8f5dd8645bc34ded1c55 (diff)
Add "We mean it" warning to new private header
Amends 5e48a51608485cbc87b68498fd54ab36f001d584, fixing warning from syncqt. Change-Id: I15d22a1bba865777c17180438b6e89ee9e1ae78b Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'src/corelib/tools')
-rw-r--r--src/corelib/tools/qatomicscopedvaluerollback_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/corelib/tools/qatomicscopedvaluerollback_p.h b/src/corelib/tools/qatomicscopedvaluerollback_p.h
index c802244d2e..a0f088ec45 100644
--- a/src/corelib/tools/qatomicscopedvaluerollback_p.h
+++ b/src/corelib/tools/qatomicscopedvaluerollback_p.h
@@ -4,6 +4,17 @@
#ifndef QATOMICSCOPEDVALUEROLLBACK_P_H
#define QATOMICSCOPEDVALUEROLLBACK_P_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists for the convenience
+// of qapplication_*.cpp, qwidget*.cpp and qfiledialog.cpp. This header
+// file may change from version to version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtCore/qglobal.h>
#include <QtCore/qatomic.h>