Register anchors flags to QML

CCBUG: 507602
This commit is contained in:
Nicolas Fella
2025-08-05 13:04:50 +02:00
parent d436a779d7
commit 5e57a060c6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -40,8 +40,8 @@ public:
AnchorLeft = 4, ///< The left edge of the anchor rectangle
AnchorRight = 8, ///< The right edge of the anchor rectangle
};
Q_ENUM(Anchor);
Q_DECLARE_FLAGS(Anchors, Anchor)
Q_FLAG(Anchors)
/**
* This enum type is used to specify the layer where a surface can be put in.