summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/eglfsfunctions
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/eglfsfunctions
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/eglfsfunctions')
-rw-r--r--src/platformheaders/eglfsfunctions/eglfsfunctions.pri2
-rw-r--r--src/platformheaders/eglfsfunctions/qeglfsfunctions_p.h (renamed from src/platformheaders/eglfsfunctions/qeglfsfunctions.h)11
2 files changed, 12 insertions, 1 deletions
diff --git a/src/platformheaders/eglfsfunctions/eglfsfunctions.pri b/src/platformheaders/eglfsfunctions/eglfsfunctions.pri
index e4e645f5a5..76c6383ddb 100644
--- a/src/platformheaders/eglfsfunctions/eglfsfunctions.pri
+++ b/src/platformheaders/eglfsfunctions/eglfsfunctions.pri
@@ -1 +1 @@
-HEADERS += $$PWD/qeglfsfunctions.h
+HEADERS += $$PWD/qeglfsfunctions_p.h
diff --git a/src/platformheaders/eglfsfunctions/qeglfsfunctions.h b/src/platformheaders/eglfsfunctions/qeglfsfunctions_p.h
index 869fe7ce3f..1eb177f694 100644
--- a/src/platformheaders/eglfsfunctions/qeglfsfunctions.h
+++ b/src/platformheaders/eglfsfunctions/qeglfsfunctions_p.h
@@ -40,6 +40,17 @@
#ifndef QEGLFSFUNCTIONS_H
#define QEGLFSFUNCTIONS_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>