|
|
@@ -33,12 +33,12 @@ |
|
|
|
|
|
|
|
class CarlaStyleAnimation : public QAbstractAnimation |
|
|
|
{ |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang__) |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang_major__) && __clang_major__ >= 4 |
|
|
|
# pragma clang diagnostic push |
|
|
|
# pragma clang diagnostic ignored "-Winconsistent-missing-override" |
|
|
|
#endif |
|
|
|
Q_OBJECT |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang__) |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang_major__) && __clang_major__ >= 4 |
|
|
|
# pragma clang diagnostic pop |
|
|
|
#endif |
|
|
|
|
|
|
@@ -129,12 +129,12 @@ private: |
|
|
|
|
|
|
|
class CarlaProgressStyleAnimation : public CarlaStyleAnimation |
|
|
|
{ |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang__) |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang_major__) && __clang_major__ >= 4 |
|
|
|
# pragma clang diagnostic push |
|
|
|
# pragma clang diagnostic ignored "-Winconsistent-missing-override" |
|
|
|
#endif |
|
|
|
Q_OBJECT |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang__) |
|
|
|
#if (QT_VERSION < QT_VERSION_CHECK(5, 0, 0)) && defined(__clang_major__) && __clang_major__ >= 4 |
|
|
|
# pragma clang diagnostic pop |
|
|
|
#endif |
|
|
|
|
|
|
|