From f50046524b2baf016d1e65b042b5a6278e8c0d17 Mon Sep 17 00:00:00 2001 From: Volker Krause Date: Thu, 6 Oct 2022 16:40:59 +0200 Subject: [PATCH] Remove public declaration of the KWin::FPx2 debug stream operator Qt 6 insists on this being exported, which in turns fails as this is actually not implemented. There seemingly is an implementation, but that's in a different namespace, so this can never have been used from the outside anyway. --- src/libkwineffects/kwinanimationeffect.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libkwineffects/kwinanimationeffect.h b/src/libkwineffects/kwinanimationeffect.h index 97c9e6b5ae..c938566d0a 100644 --- a/src/libkwineffects/kwinanimationeffect.h +++ b/src/libkwineffects/kwinanimationeffect.h @@ -542,8 +542,6 @@ private: } // namespace -QDebug operator<<(QDebug dbg, const KWin::FPx2 &fpx2); - Q_DECLARE_METATYPE(KWin::FPx2) Q_DECLARE_OPERATORS_FOR_FLAGS(KWin::AnimationEffect::TerminationFlags)