Metric/Color fixed
This commit is contained in:
parent
bd30a5bbd5
commit
e0d2fdf8bc
@ -255,7 +255,7 @@ inline T QskSkinHintTableEditor::metricHint( QskAspect aspect ) const
|
|||||||
|
|
||||||
inline void QskSkinHintTableEditor::setColorHint( QskAspect aspect, const QVariant& hint )
|
inline void QskSkinHintTableEditor::setColorHint( QskAspect aspect, const QVariant& hint )
|
||||||
{
|
{
|
||||||
setHint( aspect | QskAspect::Metric, hint );
|
setHint( aspect | QskAspect::Color, hint );
|
||||||
}
|
}
|
||||||
|
|
||||||
template< typename T >
|
template< typename T >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user