wrnings disabled
This commit is contained in:
parent
030483badb
commit
d4f140f20e
@ -216,6 +216,7 @@ static inline void qskTriggerUpdates( QskAspect aspect, QskControl* control )
|
|||||||
static inline QskAspect qskSubstitutedAspect(
|
static inline QskAspect qskSubstitutedAspect(
|
||||||
const QskSkinnable* skinnable, QskAspect aspect )
|
const QskSkinnable* skinnable, QskAspect aspect )
|
||||||
{
|
{
|
||||||
|
#if 0
|
||||||
if ( aspect.hasStates() )
|
if ( aspect.hasStates() )
|
||||||
{
|
{
|
||||||
qWarning() << "QskSkinnable::(re)setSkinHint: setting hints with states "
|
qWarning() << "QskSkinnable::(re)setSkinHint: setting hints with states "
|
||||||
@ -229,6 +230,7 @@ static inline QskAspect qskSubstitutedAspect(
|
|||||||
aspect.clearStates();
|
aspect.clearStates();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
aspect.setSubControl( skinnable->effectiveSubcontrol( aspect.subControl() ) );
|
aspect.setSubControl( skinnable->effectiveSubcontrol( aspect.subControl() ) );
|
||||||
return aspect;
|
return aspect;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user