broken gcc version fixed

This commit is contained in:
Uwe Rathmann 2017-12-07 12:59:05 +01:00
parent 5858d9a843
commit bef02983f3

View File

@ -39,6 +39,10 @@ Q_CONSTRUCTOR_FUNCTION( qskRegisterInterpolator )
#endif
#endif
#if !defined( QSK_DECL_INSANE )
#define QSK_DECL_INSANE
#endif
QSK_DECL_INSANE static inline QVariant qskInterpolate (
void( *interpolator )(), const QVariant& from, const QVariant& to, qreal progress )
{