From bef02983f3d594d6f19cb8cb56141df84b17975c Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 7 Dec 2017 12:59:05 +0100 Subject: [PATCH] broken gcc version fixed --- src/controls/QskVariantAnimator.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/controls/QskVariantAnimator.cpp b/src/controls/QskVariantAnimator.cpp index 934fd3ec..817f4eee 100644 --- a/src/controls/QskVariantAnimator.cpp +++ b/src/controls/QskVariantAnimator.cpp @@ -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 ) {