diff options
author | Stephen Kelly <stephen.kelly@kdab.com> | 2012-08-20 12:30:45 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-08-20 21:10:01 +0200 |
commit | fe0a6e57a045b9db7ad812025ed65a6ba011c68d (patch) | |
tree | 5b8f61563eaae512808ff4161423cf0579c624e8 /dist/changes-5.0.0 | |
parent | 7315296e9c94c38c842728aed199ac286a3ef174 (diff) | |
download | qtbase-fe0a6e57a045b9db7ad812025ed65a6ba011c68d.tar.gz |
Remove QProxyModel from qtbase.
A copy is placed in uihelpers for anyone who might be using it.
Change-Id: I175f7bc5dcbf25a910d28bfd8985579866392938
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'dist/changes-5.0.0')
-rw-r--r-- | dist/changes-5.0.0 | 4 |
1 files changed, 4 insertions, 0 deletions
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 |