Skip to content

Commit

Permalink
Merge branch 'release/v2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kusharami committed Dec 23, 2020
2 parents f017ba9 + 96f5299 commit 08b3924
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions QtnProperty/Delegates/PropertyDelegateFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 <QDebug>

Expand Down Expand Up @@ -252,6 +253,7 @@ void QtnPropertyDelegateFactory::registerDefaultDelegates(
QtnPropertyDelegateQBrushStyle::Register(factory);
QtnPropertyDelegateQKeySequence::Register(factory);
QtnPropertyDelegateQVector3D::Register(factory);
QtnPropertyDelegateQVariant::Register(factory);
QtnMultiPropertyDelegate::Register(factory);
}

Expand Down
2 changes: 1 addition & 1 deletion QtnProperty/QtnProperty.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 08b3924

Please sign in to comment.