summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/support
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/support
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/support')
-rw-r--r--src/qmlandroid/support/qtqmlandroidsupportmodule_p.h11
-rw-r--r--src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayout_p.h11
-rw-r--r--src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayoutparams_p.h11
-rw-r--r--src/qmlandroid/support/v4/widget/qqmlandroidswiperefreshlayout_p.h11
-rw-r--r--src/qmlandroid/support/v7/app/qqmlandroidactionbardrawertoggle_p.h11
-rw-r--r--src/qmlandroid/support/v7/widget/qqmlandroidcardview_p.h11
-rw-r--r--src/qmlandroid/support/v7/widget/qqmlandroidrecycleradapter_p.h11
-rw-r--r--src/qmlandroid/support/v7/widget/qqmlandroidrecyclerview_p.h11
8 files changed, 88 insertions, 0 deletions
diff --git a/src/qmlandroid/support/qtqmlandroidsupportmodule_p.h b/src/qmlandroid/support/qtqmlandroidsupportmodule_p.h
index ae9e29e..c92ff46 100644
--- a/src/qmlandroid/support/qtqmlandroidsupportmodule_p.h
+++ b/src/qmlandroid/support/qtqmlandroidsupportmodule_p.h
@@ -1,6 +1,17 @@
#ifndef QTQMLANDROIDSUPPORTMODULE_P_H
#define QTQMLANDROIDSUPPORTMODULE_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/support/v4/widget/qqmlandroiddrawerlayout_p.h b/src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayout_p.h
index fbb63c2..84d854e 100644
--- a/src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayout_p.h
+++ b/src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayout_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDDRAWERLAYOUT_P_H
#define QQMLANDROIDDRAWERLAYOUT_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 "qqmlandroidviewgroup_p.h"
#include "qqmlandroiddrawerlayoutparams_p.h"
diff --git a/src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayoutparams_p.h b/src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayoutparams_p.h
index fbafa0d..f11eec7 100644
--- a/src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayoutparams_p.h
+++ b/src/qmlandroid/support/v4/widget/qqmlandroiddrawerlayoutparams_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDDRAWERLAYOUTPARAMS_P_H
#define QQMLANDROIDDRAWERLAYOUTPARAMS_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 "qqmlandroidmarginlayoutparams_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/support/v4/widget/qqmlandroidswiperefreshlayout_p.h b/src/qmlandroid/support/v4/widget/qqmlandroidswiperefreshlayout_p.h
index d00dd6d..a99b18e 100644
--- a/src/qmlandroid/support/v4/widget/qqmlandroidswiperefreshlayout_p.h
+++ b/src/qmlandroid/support/v4/widget/qqmlandroidswiperefreshlayout_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDSWIPEREFRESHLAYOUT_P_H
#define QQMLANDROIDSWIPEREFRESHLAYOUT_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 "qqmlandroidviewgroup_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/support/v7/app/qqmlandroidactionbardrawertoggle_p.h b/src/qmlandroid/support/v7/app/qqmlandroidactionbardrawertoggle_p.h
index 444e531..3e55d0f 100644
--- a/src/qmlandroid/support/v7/app/qqmlandroidactionbardrawertoggle_p.h
+++ b/src/qmlandroid/support/v7/app/qqmlandroidactionbardrawertoggle_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDACTIONBARDRAWERTOGGLE_P_H
#define QQMLANDROIDACTIONBARDRAWERTOGGLE_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/support/v7/widget/qqmlandroidcardview_p.h b/src/qmlandroid/support/v7/widget/qqmlandroidcardview_p.h
index 74c4fa2..94f443d 100644
--- a/src/qmlandroid/support/v7/widget/qqmlandroidcardview_p.h
+++ b/src/qmlandroid/support/v7/widget/qqmlandroidcardview_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDCARDVIEW_P_H
#define QQMLANDROIDCARDVIEW_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 "qqmlandroidframelayout_p.h"
QT_BEGIN_NAMESPACE
diff --git a/src/qmlandroid/support/v7/widget/qqmlandroidrecycleradapter_p.h b/src/qmlandroid/support/v7/widget/qqmlandroidrecycleradapter_p.h
index d6a1126..594fcbe 100644
--- a/src/qmlandroid/support/v7/widget/qqmlandroidrecycleradapter_p.h
+++ b/src/qmlandroid/support/v7/widget/qqmlandroidrecycleradapter_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDRECYCLERADAPTER_P_H
#define QQMLANDROIDRECYCLERADAPTER_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/support/v7/widget/qqmlandroidrecyclerview_p.h b/src/qmlandroid/support/v7/widget/qqmlandroidrecyclerview_p.h
index 90bdd6a..b19bda3 100644
--- a/src/qmlandroid/support/v7/widget/qqmlandroidrecyclerview_p.h
+++ b/src/qmlandroid/support/v7/widget/qqmlandroidrecyclerview_p.h
@@ -1,6 +1,17 @@
#ifndef QQMLANDROIDRECYCLERVIEW_P_H
#define QQMLANDROIDRECYCLERVIEW_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 "qqmlandroidviewgroup_p.h"
QT_BEGIN_NAMESPACE