From fe0a6e57a045b9db7ad812025ed65a6ba011c68d Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 20 Aug 2012 12:30:45 +0200 Subject: Remove QProxyModel from qtbase. A copy is placed in uihelpers for anyone who might be using it. Change-Id: I175f7bc5dcbf25a910d28bfd8985579866392938 Reviewed-by: Lars Knoll --- src/corelib/itemmodels/qabstractitemmodel.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/corelib/itemmodels/qabstractitemmodel.h') diff --git a/src/corelib/itemmodels/qabstractitemmodel.h b/src/corelib/itemmodels/qabstractitemmodel.h index 26d4cb53d1..37d8ee6bab 100644 --- a/src/corelib/itemmodels/qabstractitemmodel.h +++ b/src/corelib/itemmodels/qabstractitemmodel.h @@ -58,7 +58,6 @@ class QPersistentModelIndex; class Q_CORE_EXPORT QModelIndex { friend class QAbstractItemModel; - friend class QProxyModel; public: inline QModelIndex() : r(-1), c(-1), p(0), m(0) {} // compiler-generated copy/move ctors/assignment operators are fine! -- cgit v1.2.3