summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/support/v7/widget
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/v7/widget
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/v7/widget')
-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
3 files changed, 33 insertions, 0 deletions
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