Switched to qmlformat.

This commit is contained in:
ItsLemmy
2025-11-16 17:07:03 -05:00
parent 32905224b9
commit 3ff5b7639f
223 changed files with 9970 additions and 9658 deletions
+3 -3
View File
@@ -30,8 +30,8 @@ RowLayout {
placeholderText: root.placeholderText
text: root.text
onEditingFinished: {
root.text = text
root.editingFinished()
root.text = text;
root.editingFinished();
}
Layout.fillWidth: true
}
@@ -48,7 +48,7 @@ RowLayout {
enabled: root.actionButtonEnabled
onClicked: {
root.actionClicked()
root.actionClicked();
}
}
}