beautified
This commit is contained in:
parent
3aae2ca47d
commit
f9e7c304c2
@ -48,7 +48,7 @@ class QSK_EXPORT QskHintAnimatorTable
|
||||
void start( QskControl*, QskAspect,
|
||||
QskAnimationHint, const QVariant& from, const QVariant& to );
|
||||
|
||||
const QskHintAnimator* animator( QskAspect aspect ) const;
|
||||
const QskHintAnimator* animator( QskAspect ) const;
|
||||
QVariant currentValue( QskAspect ) const;
|
||||
|
||||
bool cleanup();
|
||||
|
@ -138,7 +138,7 @@ class QSK_EXPORT QskSkinnable
|
||||
bool resetColor( QskAspect );
|
||||
QColor color( QskAspect, QskSkinHintStatus* = nullptr ) const;
|
||||
|
||||
bool setMetric( QskAspect, qreal metric );
|
||||
bool setMetric( QskAspect, qreal );
|
||||
bool resetMetric( QskAspect );
|
||||
qreal metric( QskAspect, QskSkinHintStatus* = nullptr ) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user