Skip to content

Commit

Permalink
Register QVariant property delegate
Browse files Browse the repository at this point in the history
  • Loading branch information
kusharami committed Dec 22, 2020
1 parent 387a17b commit 7225f3e
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 7225f3e

Please sign in to comment.