Qt5 incompatibility fixed
This commit is contained in:
parent
9ca02d7f1c
commit
c1fdb03563
@ -133,7 +133,7 @@ bool QskSkinHintTable::setHint( QskAspect aspect, const QVariant& skinHint )
|
||||
auto it = m_hints->find( aspect );
|
||||
if ( it == m_hints->end() )
|
||||
{
|
||||
m_hints->emplace( aspect, skinHint );
|
||||
m_hints->insert( aspect, skinHint );
|
||||
|
||||
if ( aspect.isAnimator() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user