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.
This commit is contained in:
parent
cddb2177f1
commit
f50046524b
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue