summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/view
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2016-12-01 17:06:34 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2016-12-01 16:09:19 +0000
commit26cc5de3568b8cec4d9ec3ea9ecb7c60161845dc (patch)
treeed34b39b3376d5edf88d8b69497750743057a1af /src/qmlandroid/view
parentbb9cb085d80d62b0b781115d34c8c1a7b4624094 (diff)
Add private header warnings to avoid tons of warnings
QtQmlAndroid: WARNING: qqmlandroidxxx_p.h does not have the "We mean it." warning Change-Id: If71959edeed0afed0de5a808b7a09a7384a60a51 Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'src/qmlandroid/view')
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanimation_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanimationset_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h11
-rw-r--r--src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h11
-rw-r--r--src/qmlandroid/view/animation/qtqmlandroidanimationmodule_p.h11
-rw-r--r--src/qmlandroid/view/qqmlandroidgravity_p.h11
-rw-r--r--src/qmlandroid/view/qqmlandroidlayoutparams_p.h11
-rw-r--r--src/qmlandroid/view/qqmlandroidmenu_p.h11
-rw-r--r--src/qmlandroid/view/qqmlandroidmenuitem_p.h11
-rw-r--r--src/qmlandroid/view/qqmlandroidview_p.h11
-rw-r--r--src/qmlandroid/view/qqmlandroidviewgroup_p.h11
-rw-r--r--src/qmlandroid/view/qqmlandroidwindow_p.h11
-rw-r--r--src/qmlandroid/view/qtqmlandroidviewmodule_p.h11
26 files changed, 286 insertions, 0 deletions
diff --git a/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h
index 266845b..5c07a24 100644
--- a/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidacceleratedecelerateinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDACCELERATEDECELERATEINTERPOLATOR_P_H
#define QQMLANDROIDACCELERATEDECELERATEINTERPOLATOR_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 "qtqmlandroidglobal_p.h"
#include "qqmlandroidoptional_p.h"
#include "qqmlandroidinterpolator_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h
index ace09d1..b8dba81 100644
--- a/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidaccelerateinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDACCELERATEINTERPOLATOR_P_H
#define QQMLANDROIDACCELERATEINTERPOLATOR_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 "qqmlandroidinterpolator_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h
index 6626839..fb3f47f 100644
--- a/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidalphaanimation_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDALPHAANIMATION_P_H
#define QQMLANDROIDALPHAANIMATION_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 "qqmlandroidanimation_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/animation/qqmlandroidanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidanimation_p.h
index 4d84dd9..7aca4b5 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanimation_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDANIMATION_P_H
#define QQMLANDROIDANIMATION_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 "qqmlandroidcontextual_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h b/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h
index 852681e..d875e85 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanimationset_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDANIMATIONSET_P_H
#define QQMLANDROIDANIMATIONSET_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 "qqmlandroidanimation_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h
index d78a2f1..6e8617d 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanticipateinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDANTICIPATEINTERPOLATOR_P_H
#define QQMLANDROIDANTICIPATEINTERPOLATOR_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 "qqmlandroidinterpolator_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h
index 547a8a8..387aa71 100644
--- a/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidanticipateovershootinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDANTICIPATEOVERSHOOTINTERPOLATOR_P_H
#define QQMLANDROIDANTICIPATEOVERSHOOTINTERPOLATOR_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 "qqmlandroidinterpolator_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h
index 852111e..332635c 100644
--- a/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidbounceinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDBOUNCEINTERPOLATOR_P_H
#define QQMLANDROIDBOUNCEINTERPOLATOR_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 "qtqmlandroidglobal_p.h"
#include "qqmlandroidoptional_p.h"
#include "qqmlandroidinterpolator_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h
index fe259ec..359b198 100644
--- a/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidcycleinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDCYCLEINTERPOLATOR_P_H
#define QQMLANDROIDCYCLEINTERPOLATOR_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 "qqmlandroidinterpolator_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h
index ce7b0f7..2c9982d 100644
--- a/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroiddecelerateinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDDECELERATEINTERPOLATOR_P_H
#define QQMLANDROIDDECELERATEINTERPOLATOR_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 "qqmlandroidinterpolator_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h
index 5697df4..5e17922 100644
--- a/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDINTERPOLATOR_P_H
#define QQMLANDROIDINTERPOLATOR_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 "qqmlandroidobject_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h
index a6d051a..63b93ab 100644
--- a/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDLINEARINTERPOLATOR_P_H
#define QQMLANDROIDLINEARINTERPOLATOR_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 "qtqmlandroidglobal_p.h"
#include "qqmlandroidoptional_p.h"
#include "qqmlandroidinterpolator_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h
index 6e5461c..66a533b 100644
--- a/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidovershootinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDOVERSHOOTINTERPOLATOR_P_H
#define QQMLANDROIDOVERSHOOTINTERPOLATOR_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 "qqmlandroidinterpolator_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h b/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h
index 84f925d..2f5b3ef 100644
--- a/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidpathinterpolator_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDAPATHINTERPOLATOR_P_H
#define QQMLANDROIDAPATHINTERPOLATOR_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 "qqmlandroidinterpolator_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h
index 8f906c9..bcd6f43 100644
--- a/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidrotateanimation_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDROTATEANIMATION_P_H
#define QQMLANDROIDROTATEANIMATION_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 "qqmlandroidanimation_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h
index 48a6a66..b6ee0b4 100644
--- a/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidscaleanimation_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDSCALEANIMATION_P_H
#define QQMLANDROIDSCALEANIMATION_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 "qqmlandroidanimation_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h b/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h
index 5f7fd6f..8fa1a59 100644
--- a/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h
+++ b/src/qmlandroid/view/animation/qqmlandroidtranslateanimation_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDTRANSLATEANIMATION_P_H
#define QQMLANDROIDTRANSLATEANIMATION_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 "qqmlandroidanimation_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/animation/qtqmlandroidanimationmodule_p.h b/src/qmlandroid/view/animation/qtqmlandroidanimationmodule_p.h
index cdb29de..8a72c9b 100644
--- a/src/qmlandroid/view/animation/qtqmlandroidanimationmodule_p.h
+++ b/src/qmlandroid/view/animation/qtqmlandroidanimationmodule_p.h
@@ -1,6 +1,17 @@
#ifndef QTQMLANDROIDANIMATIONMODULE_P_H
#define QTQMLANDROIDANIMATIONMODULE_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 <QtQmlAndroid/private/qtqmlandroidglobal_p.h>
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/qqmlandroidgravity_p.h b/src/qmlandroid/view/qqmlandroidgravity_p.h
index 2757119..ebc38fb 100644
--- a/src/qmlandroid/view/qqmlandroidgravity_p.h
+++ b/src/qmlandroid/view/qqmlandroidgravity_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDGRAVITY_P_H
#define QQMLANDROIDGRAVITY_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 <QtCore/qobject.h>
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/qqmlandroidlayoutparams_p.h b/src/qmlandroid/view/qqmlandroidlayoutparams_p.h
index e202b41..fd83dbe 100644
--- a/src/qmlandroid/view/qqmlandroidlayoutparams_p.h
+++ b/src/qmlandroid/view/qqmlandroidlayoutparams_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDLAYOUTPARAMS_P_H
#define QQMLANDROIDLAYOUTPARAMS_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 "qqmlandroidobject_p.h"
#include "qqmlandroidoptional_p.h"
#include <QtQml/qqml.h>
diff --git a/src/qmlandroid/view/qqmlandroidmenu_p.h b/src/qmlandroid/view/qqmlandroidmenu_p.h
index 6e3d16f..631f258 100644
--- a/src/qmlandroid/view/qqmlandroidmenu_p.h
+++ b/src/qmlandroid/view/qqmlandroidmenu_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDMENU_P_H
#define QQMLANDROIDMENU_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 "qqmlandroidcontextual_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/qqmlandroidmenuitem_p.h b/src/qmlandroid/view/qqmlandroidmenuitem_p.h
index 42f658c..d30b858 100644
--- a/src/qmlandroid/view/qqmlandroidmenuitem_p.h
+++ b/src/qmlandroid/view/qqmlandroidmenuitem_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDMENUITEM_P_H
#define QQMLANDROIDMENUITEM_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 "qqmlandroidcontextual_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/qqmlandroidview_p.h b/src/qmlandroid/view/qqmlandroidview_p.h
index b498967..a651747 100644
--- a/src/qmlandroid/view/qqmlandroidview_p.h
+++ b/src/qmlandroid/view/qqmlandroidview_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDVIEW_P_H
#define QQMLANDROIDVIEW_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 "qqmlandroidcontextual_p.h"
#include "qqmlandroidoptional_p.h"
#include <QtQml/qqml.h>
diff --git a/src/qmlandroid/view/qqmlandroidviewgroup_p.h b/src/qmlandroid/view/qqmlandroidviewgroup_p.h
index a93d648..01c9af6 100644
--- a/src/qmlandroid/view/qqmlandroidviewgroup_p.h
+++ b/src/qmlandroid/view/qqmlandroidviewgroup_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDVIEWGROUP_P_H
#define QQMLANDROIDVIEWGROUP_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 "qqmlandroidview_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/view/qqmlandroidwindow_p.h b/src/qmlandroid/view/qqmlandroidwindow_p.h
index 9b7bf68..730ee31 100644
--- a/src/qmlandroid/view/qqmlandroidwindow_p.h
+++ b/src/qmlandroid/view/qqmlandroidwindow_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDWINDOW_P_H
#define QQMLANDROIDWINDOW_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 "qqmlandroidcontextual_p.h"
#include "qqmlandroidoptional_p.h"
diff --git a/src/qmlandroid/view/qtqmlandroidviewmodule_p.h b/src/qmlandroid/view/qtqmlandroidviewmodule_p.h
index 52b26a3..fa31b8c 100644
--- a/src/qmlandroid/view/qtqmlandroidviewmodule_p.h
+++ b/src/qmlandroid/view/qtqmlandroidviewmodule_p.h
@@ -1,6 +1,17 @@
#ifndef QTQMLANDROIDVIEWMODULE_P_H
#define QTQMLANDROIDVIEWMODULE_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 <QtQmlAndroid/private/qtqmlandroidglobal_p.h>
QT_BEGIN_NAMESPACE