summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/helper
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-03 15:40:47 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2020-07-06 11:52:14 +0200
commit8dd6957cd7a1d86714b32b97dffe603a8636848a (patch)
tree7793275d713c3341e01bb8dafc3d1ec9af2f58db /src/platformheaders/helper
parent18cfabafa615e42c4af092edca5bb35eced4de5e (diff)
Make QtPlatformHeaders a private module
The APIs will be reintroduced as part of the new platform interface API where appropriate. Clients that still depend on the platform headers can include it via QT += platformheaders-private. Change-Id: Ifbd836d833d19f3cf48cd4f933d7fe754c06d2d9 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Diffstat (limited to 'src/platformheaders/helper')
-rw-r--r--src/platformheaders/helper/helper.pri2
-rw-r--r--src/platformheaders/helper/qplatformheaderhelper_p.h (renamed from src/platformheaders/helper/qplatformheaderhelper.h)11
2 files changed, 12 insertions, 1 deletions
diff --git a/src/platformheaders/helper/helper.pri b/src/platformheaders/helper/helper.pri
index 2f6e766214..10914f9e5e 100644
--- a/src/platformheaders/helper/helper.pri
+++ b/src/platformheaders/helper/helper.pri
@@ -1,2 +1,2 @@
HEADERS += \
- $$PWD/qplatformheaderhelper.h
+ $$PWD/qplatformheaderhelper_p.h
diff --git a/src/platformheaders/helper/qplatformheaderhelper.h b/src/platformheaders/helper/qplatformheaderhelper_p.h
index 6959d889ae..54567667f6 100644
--- a/src/platformheaders/helper/qplatformheaderhelper.h
+++ b/src/platformheaders/helper/qplatformheaderhelper_p.h
@@ -40,6 +40,17 @@
#ifndef QPLATFORMHEADERHELPER_H
#define QPLATFORMHEADERHELPER_H
+//
+// W A R N I N G
+// -------------
+//
+// This file is not part of the Qt API. It exists purely as an
+// implementation detail. This header file may change from version to
+// version without notice, or even be removed.
+//
+// We mean it.
+//
+
#include <QtCore/QByteArray>
#include <QtGui/QGuiApplication>