aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-01 15:26:15 +0100
committerLaszlo Agocs <laszlo.agocs@theqtcompany.com>2016-02-01 15:06:47 +0000
commit81a301805b1157e7e8ef21c3332a6ca7706bad3f (patch)
tree4e6d2524435df91934f84e1c25474efa7066c300
parentecf08ed8b714aba1db4906cd28a11c583ebc1e3e (diff)
We mean it.
Change-Id: I10339bb43be609bcf8625b740631b591069afbd6 Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
-rw-r--r--src/gamepad/qgamepadbackend_p.h11
-rw-r--r--src/gamepad/qgamepadbackendfactory_p.h11
-rw-r--r--src/gamepad/qgamepadbackendplugin_p.h11
3 files changed, 33 insertions, 0 deletions
diff --git a/src/gamepad/qgamepadbackend_p.h b/src/gamepad/qgamepadbackend_p.h
index 4103481..0d1f0a6 100644
--- a/src/gamepad/qgamepadbackend_p.h
+++ b/src/gamepad/qgamepadbackend_p.h
@@ -37,6 +37,17 @@
#ifndef QGAMEPADBACKEND_H
#define QGAMEPADBACKEND_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 <QtGamepad/qtgamepadglobal.h>
#include <QtCore/QObject>
diff --git a/src/gamepad/qgamepadbackendfactory_p.h b/src/gamepad/qgamepadbackendfactory_p.h
index 773a14d..184fed4 100644
--- a/src/gamepad/qgamepadbackendfactory_p.h
+++ b/src/gamepad/qgamepadbackendfactory_p.h
@@ -37,6 +37,17 @@
#ifndef QGAMEPADBACKENDFACTORY_P_H
#define QGAMEPADBACKENDFACTORY_P_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 <QtGamepad/qtgamepadglobal.h>
#include <QtCore/QStringList>
diff --git a/src/gamepad/qgamepadbackendplugin_p.h b/src/gamepad/qgamepadbackendplugin_p.h
index 4147972..6bb680f 100644
--- a/src/gamepad/qgamepadbackendplugin_p.h
+++ b/src/gamepad/qgamepadbackendplugin_p.h
@@ -37,6 +37,17 @@
#ifndef QGAMEPADBACKENDPLUGIN_H
#define QGAMEPADBACKENDPLUGIN_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 <QtGamepad/qtgamepadglobal.h>
#include <QtCore/qplugin.h>