remove useless comments

This commit is contained in:
end-4
2025-08-27 20:18:17 +07:00
parent fc69ca0599
commit e85f59db8c
3 changed files with 5 additions and 5 deletions
@@ -5,7 +5,7 @@ Item {
id: root
enum CornerEnum { TopLeft, TopRight, BottomLeft, BottomRight }
property var corner: RoundCorner.CornerEnum.TopLeft // Default to TopLeft
property var corner: RoundCorner.CornerEnum.TopLeft
property int implicitSize: 25
property color color: "#000000"