From d9468a975210ecb58ff199e931f47df5b99b267f Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Fri, 27 Jan 2012 03:33:13 +0100 Subject: Change the type key for delegate editors to int. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous type of QVariant::Type does not allow for custom types. While technically source incompatible I found no re-implementation of this class in qttools or qt-creator (most likely to use it for property editors). The virtual methods are not needed because registerEditor is all the API that is really needed. Task-number: QTBUG-1065 Change-Id: I2a9c578c444a80359416f2224a0ee03903bfe779 Reviewed-by: Olivier Goffart Reviewed-by: Thorbjørn Lund Martsum Reviewed-by: Lars Knoll --- dist/changes-5.0.0 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/changes-5.0.0') diff --git a/dist/changes-5.0.0 b/dist/changes-5.0.0 index ea76901df3..cdab7970ef 100644 --- a/dist/changes-5.0.0 +++ b/dist/changes-5.0.0 @@ -125,6 +125,11 @@ information about a particular change. * It is no longer possible to use Q_DECLARE_METATYPE(Foo*) where Foo is only forward declared - it must be fully defined. +- QItemEditorFactory + + * The signature of the createEditor and valuePropertyName methods + have been changed to take arguments of type int instead of QVariant::Type. + - QWindowSystemInterface: * The signature of all handleTouchEvent() variants have changed, -- cgit v1.2.3