missing operators added

This commit is contained in:
Uwe Rathmann 2023-05-10 09:15:32 +02:00
parent eb2fcbe6c2
commit 90cbe8ad8f

View File

@ -59,4 +59,6 @@ class QSK_EXPORT QskScaleEngine
Attributes m_attributes;
};
Q_DECLARE_OPERATORS_FOR_FLAGS( QskScaleEngine::Attributes )
#endif