aboutsummaryrefslogtreecommitdiffstats
path: root/src/extras
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-03-02 15:03:34 +0100
committerJari-Pekka Nurmi <jpnurmi@theqtcompany.com>2015-03-02 16:04:52 +0200
commit90e83f240d8c9171074530c40e6ed64d150367f9 (patch)
tree8091fbaf57a7f19c42f375c7cca93aa42ff27acd /src/extras
parent034adb7c48cff1a5fb0e98e641f893a5237aabfb (diff)
Add missing private API warnings
Change-Id: I62ee3648689e1858c7b17f9c1e847348c8ff4d21 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/extras')
-rw-r--r--src/extras/qquickabstractdrawer_p.h11
-rw-r--r--src/extras/qquickabstractsplitview_p.h11
-rw-r--r--src/extras/qtquickextrasglobal_p.h11
3 files changed, 33 insertions, 0 deletions
diff --git a/src/extras/qquickabstractdrawer_p.h b/src/extras/qquickabstractdrawer_p.h
index 5c9d44ec..a2f91518 100644
--- a/src/extras/qquickabstractdrawer_p.h
+++ b/src/extras/qquickabstractdrawer_p.h
@@ -37,6 +37,17 @@
#ifndef QQUICKABSTRACTDRAWER_P_H
#define QQUICKABSTRACTDRAWER_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 <QtQuickExtras/private/qtquickextrasglobal_p.h>
#include <QtQuickControls/private/qquickcontrol_p.h>
diff --git a/src/extras/qquickabstractsplitview_p.h b/src/extras/qquickabstractsplitview_p.h
index e8bad706..09d511fc 100644
--- a/src/extras/qquickabstractsplitview_p.h
+++ b/src/extras/qquickabstractsplitview_p.h
@@ -37,6 +37,17 @@
#ifndef QQUICKABSTRACTSPLITVIEW_P_H
#define QQUICKABSTRACTSPLITVIEW_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 <QtQuickExtras/private/qtquickextrasglobal_p.h>
#include <QtQuickControls/private/qquickabstractcontainer_p.h>
diff --git a/src/extras/qtquickextrasglobal_p.h b/src/extras/qtquickextrasglobal_p.h
index d0922dca..9bebcac8 100644
--- a/src/extras/qtquickextrasglobal_p.h
+++ b/src/extras/qtquickextrasglobal_p.h
@@ -37,6 +37,17 @@
#ifndef QTQUICKEXTRASGLOBAL_P_H
#define QTQUICKEXTRASGLOBAL_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/qglobal.h>
QT_BEGIN_NAMESPACE