From 7225f3e452df9dc96215d9dfa7f27f754e355b76 Mon Sep 17 00:00:00 2001 From: Alexandra Cherdantseva Date: Tue, 22 Dec 2020 15:30:14 +0300 Subject: [PATCH 1/2] Register QVariant property delegate --- QtnProperty/Delegates/PropertyDelegateFactory.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/QtnProperty/Delegates/PropertyDelegateFactory.cpp b/QtnProperty/Delegates/PropertyDelegateFactory.cpp index 64c9beb5..6479927c 100644 --- a/QtnProperty/Delegates/PropertyDelegateFactory.cpp +++ b/QtnProperty/Delegates/PropertyDelegateFactory.cpp @@ -44,6 +44,7 @@ limitations under the License. #include "QtnProperty/PropertyInt64.h" #include "QtnProperty/PropertyUInt64.h" #include "QtnProperty/MultiProperty.h" +#include "QtnProperty/PropertyQVariant.h" #include @@ -252,6 +253,7 @@ void QtnPropertyDelegateFactory::registerDefaultDelegates( QtnPropertyDelegateQBrushStyle::Register(factory); QtnPropertyDelegateQKeySequence::Register(factory); QtnPropertyDelegateQVector3D::Register(factory); + QtnPropertyDelegateQVariant::Register(factory); QtnMultiPropertyDelegate::Register(factory); } From 96f5299849cac006addbf06e359ee355f2be881d Mon Sep 17 00:00:00 2001 From: Alexandra Cherdantseva Date: Wed, 23 Dec 2020 17:38:08 +0300 Subject: [PATCH 2/2] update version, update change log --- CHANGELOG | 3 +++ QtnProperty/QtnProperty.pro | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f74ae11d..f8aa2f0b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,9 @@ QtnProperty =========== +v2.0.3 23.12.2020 + [FIX] Register QVariant property delegate + v2.0.2 18.12.2020 [FIX] Don't break property view splitter with drag action diff --git a/QtnProperty/QtnProperty.pro b/QtnProperty/QtnProperty.pro index 1245e771..a02ac12b 100644 --- a/QtnProperty/QtnProperty.pro +++ b/QtnProperty/QtnProperty.pro @@ -2,7 +2,7 @@ include(../Internal/TargetConfig.pri) TARGET = QtnProperty TEMPLATE = lib -VERSION = 2.0.2 +VERSION = 2.0.3 qtnproperty_dynamic { DEFINES += QTN_DYNAMIC_LIBRARY