summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/helper
diff options
context:
space:
mode:
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>