From a85127ca14a4282993148d0302a4be94f981a328 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 20 Dec 2022 16:48:09 +0100 Subject: [PATCH] Qt 6.2 needs the signals keyword as well --- playground/gradients/GradientQuickShape.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/playground/gradients/GradientQuickShape.cpp b/playground/gradients/GradientQuickShape.cpp index c002b236..1600c26f 100644 --- a/playground/gradients/GradientQuickShape.cpp +++ b/playground/gradients/GradientQuickShape.cpp @@ -10,10 +10,8 @@ QSK_QT_PRIVATE_BEGIN -#if QT_VERSION < QT_VERSION_CHECK( 6, 0, 0 ) - #ifndef signals - #define signals Q_SIGNALS - #endif +#ifndef signals + #define signals Q_SIGNALS #endif #include