using QVariant::metaType
This commit is contained in:
parent
f991a21a0a
commit
27ee0fe423
@ -41,12 +41,11 @@ static inline bool qskIsControl( const QskSkinnable* skinnable )
|
|||||||
static inline QVariant qskTypedNullValue( const QVariant& value )
|
static inline QVariant qskTypedNullValue( const QVariant& value )
|
||||||
{
|
{
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK( 6, 0, 0 )
|
#if QT_VERSION >= QT_VERSION_CHECK( 6, 0, 0 )
|
||||||
const auto vType = static_cast< QMetaType >( value.userType() );
|
return QVariant( value.metaType() );
|
||||||
#else
|
#else
|
||||||
const auto vType = value.userType();
|
return QVariant( value.userType(), nullptr );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return QVariant( vType, nullptr );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline bool qskSetFlag( QskSkinnable* skinnable,
|
static inline bool qskSetFlag( QskSkinnable* skinnable,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user