aboutsummaryrefslogtreecommitdiffstats
path: root/src/calendar/qquickmonthmodel_p.h
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/calendar/qquickmonthmodel_p.h
parent034adb7c48cff1a5fb0e98e641f893a5237aabfb (diff)
Add missing private API warnings
Change-Id: I62ee3648689e1858c7b17f9c1e847348c8ff4d21 Reviewed-by: Jari-Pekka Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/calendar/qquickmonthmodel_p.h')
-rw-r--r--src/calendar/qquickmonthmodel_p.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/calendar/qquickmonthmodel_p.h b/src/calendar/qquickmonthmodel_p.h
index 22720cc8..f9f859f6 100644
--- a/src/calendar/qquickmonthmodel_p.h
+++ b/src/calendar/qquickmonthmodel_p.h
@@ -37,6 +37,17 @@
#ifndef QQUICKMONTHMODEL_P_H
#define QQUICKMONTHMODEL_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/qabstractitemmodel.h>
#include <QtCore/qdatetime.h>
#include <QtCore/qlocale.h>