mirror of
https://invent.kde.org/plasma/layer-shell-qt.git
synced 2025-11-27 12:12:42 -05:00
Register anchors flags to QML
CCBUG: 507602
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user