beautified

This commit is contained in:
Uwe Rathmann 2021-02-01 10:24:40 +01:00
parent 3aae2ca47d
commit f9e7c304c2
3 changed files with 3 additions and 3 deletions

View File

@ -48,7 +48,7 @@ class QSK_EXPORT QskHintAnimatorTable
void start( QskControl*, QskAspect, void start( QskControl*, QskAspect,
QskAnimationHint, const QVariant& from, const QVariant& to ); QskAnimationHint, const QVariant& from, const QVariant& to );
const QskHintAnimator* animator( QskAspect aspect ) const; const QskHintAnimator* animator( QskAspect ) const;
QVariant currentValue( QskAspect ) const; QVariant currentValue( QskAspect ) const;
bool cleanup(); bool cleanup();

View File

@ -138,7 +138,7 @@ class QSK_EXPORT QskSkinnable
bool resetColor( QskAspect ); bool resetColor( QskAspect );
QColor color( QskAspect, QskSkinHintStatus* = nullptr ) const; QColor color( QskAspect, QskSkinHintStatus* = nullptr ) const;
bool setMetric( QskAspect, qreal metric ); bool setMetric( QskAspect, qreal );
bool resetMetric( QskAspect ); bool resetMetric( QskAspect );
qreal metric( QskAspect, QskSkinHintStatus* = nullptr ) const; qreal metric( QskAspect, QskSkinHintStatus* = nullptr ) const;