missing default seed value added

This commit is contained in:
Uwe Rathmann 2022-12-20 15:42:36 +01:00
parent 5e8d03fe50
commit c66c61de0c

View File

@ -136,7 +136,7 @@ class QSK_EXPORT QskGradient
// all stops between [from, to] with positions streched into [0,1]
QskGradient extracted( qreal from, qreal start ) const;
QskHashValue hash( QskHashValue seed ) const;
QskHashValue hash( QskHashValue seed = 0 ) const;
Q_INVOKABLE qreal stopAt( int index ) const noexcept;
Q_INVOKABLE QColor colorAt( int index ) const noexcept;