clean up some more
This commit is contained in:
parent
d149a42939
commit
0050fe5456
|
@ -471,9 +471,9 @@ void QskSkinHintTableEditor::setBoxBorderColors(
|
|||
setColorHint( aspectBorder( aspect ), borderColors, combination );
|
||||
}
|
||||
|
||||
void QskSkinHintTableEditor::setBoxBorderColors( QskAspect aspect,
|
||||
const QColor& left, const QColor& top, const QColor& right, const QColor& bottom,
|
||||
QskStateCombination combination )
|
||||
void QskSkinHintTableEditor::setBoxBorderColors(QskAspect aspect,
|
||||
const QskGradient& left, const QskGradient& top, const QskGradient& right,
|
||||
const QskGradient& bottom, QskStateCombination combination )
|
||||
{
|
||||
setColorHint( aspectBorder( aspect ),
|
||||
QskBoxBorderColors( left, top, right, bottom ),
|
||||
|
|
|
@ -227,7 +227,8 @@ class QSK_EXPORT QskSkinHintTableEditor
|
|||
const QskBoxBorderColors&, QskStateCombination = QskStateCombination() );
|
||||
|
||||
void setBoxBorderColors( QskAspect,
|
||||
const QColor& left, const QColor& top, const QColor& right, const QColor& bottom,
|
||||
const QskGradient& left, const QskGradient& top,
|
||||
const QskGradient& right, const QskGradient& bottom,
|
||||
QskStateCombination = QskStateCombination() );
|
||||
|
||||
void removeBoxBorderColors( QskAspect, QskStateCombination = QskStateCombination() );
|
||||
|
|
Loading…
Reference in New Issue