From 9f918e1356f3acb6769fb6155f471101f67180e2 Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Wed, 2 Jun 2021 13:48:03 +0200 Subject: [PATCH] Add "We mean it" warning to qidentityproxymodel_p.h This was missed in b42e2d70fbda5afb462b869583b925ad5f1a5480. Pick-to: 6.2 Change-Id: Id06bd880456534293cf6c0d215f794b6ad0552ca Reviewed-by: Fabian Kosmale --- src/corelib/itemmodels/qidentityproxymodel_p.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/corelib/itemmodels/qidentityproxymodel_p.h b/src/corelib/itemmodels/qidentityproxymodel_p.h index b8f434b9ec..7224f773cc 100644 --- a/src/corelib/itemmodels/qidentityproxymodel_p.h +++ b/src/corelib/itemmodels/qidentityproxymodel_p.h @@ -40,6 +40,18 @@ #ifndef QIDENTITYPROXYMODEL_P_H #define QIDENTITYPROXYMODEL_P_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists for the convenience +// of QAbstractItemModel*. This header file may change from version +// to version without notice, or even be removed. +// +// We mean it. +// +// + #include #include