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 --- dist/changes-5.0.0 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index 791e538922..852e6c5b42 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -483,6 +483,10 @@ QtWidgets * QAbstractItemView and derived classes only emit the clicked() signal on left click now, instead of on all mouse clicks. +* QProxyModel has been removed. It is deprecated since early Qt 4 versions and replaced + by QAbstractProxyModel and related classes. A copy of QProxyModel is available + in the UiHelpers library. + QtNetwork --------- * QHostAddress::isLoopback() API added. Returns true if the address is -- cgit v1.2.3