Skip to content

Commit

Permalink
Add "We mean it" warning to qidentityproxymodel_p.h
Browse files Browse the repository at this point in the history
This was missed in b42e2d7.

Pick-to: 6.2
Change-Id: Id06bd880456534293cf6c0d215f794b6ad0552ca
Reviewed-by: Fabian Kosmale <[email protected]>
  • Loading branch information
mitchcurtis committed Jun 14, 2021
1 parent cf7df97 commit 9f918e1
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/corelib/itemmodels/qidentityproxymodel_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <QtCore/private/qabstractproxymodel_p.h>
#include <QtCore/qidentityproxymodel.h>

Expand Down

0 comments on commit 9f918e1

Please sign in to comment.