aboutsummaryrefslogtreecommitdiff
path: root/source/qml
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-30 21:00:37 -0700
committerrtk0c <[email protected]>2022-06-30 21:00:37 -0700
commit26a894a1ebdc943cb04cb7455345566b65768d9c (patch)
treece0270885fcd99ccedc23e7d74c1aeb7c7968324 /source/qml
parentd77b11b20dcd9e6c5adbc541f29bf5cdde9db1d0 (diff)
Rearrange project, add .clang-format and .clang-tidy
Diffstat (limited to 'source/qml')
-rw-r--r--source/qml/main.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/qml/main.qml b/source/qml/main.qml
deleted file mode 100644
index 41424f8..0000000
--- a/source/qml/main.qml
+++ /dev/null
@@ -1,8 +0,0 @@
-import QtQuick
-
-Window {
- width: 640
- height: 480
- visible: true
- title: qsTr("Hello World")
-}