aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mobile/qml
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2022-04-29 10:48:09 +0200
committerRenaud G <renaud@rolisteam.org>2022-04-29 10:48:09 +0200
commit07c5f6ec23fcf9237a24e71adcfacabce677f818 (patch)
tree588e8c5f82b9163181fad3581f610e6f1d88cba4 /mobile/qml
parenta9153f1615a842cfb9e9bcda4d9071e202618569 (diff)
downloadOneRoll-07c5f6ec23fcf9237a24e71adcfacabce677f818.tar.gz
OneRoll-07c5f6ec23fcf9237a24e71adcfacabce677f818.zip
Change file organization.
Diffstat (limited to 'mobile/qml')
-rw-r--r--mobile/qml/main.qml17
1 files changed, 0 insertions, 17 deletions
diff --git a/mobile/qml/main.qml b/mobile/qml/main.qml
deleted file mode 100644
index ed9d480..0000000
--- a/mobile/qml/main.qml
+++ /dev/null
@@ -1,17 +0,0 @@
-import QtQuick 2.4
-
-Item {
- id:root
-
- ListView {
- id: diceList
- }
-
- Item{
- id: popupInput
-
- }
- Item {
- id: popupResult
- }
-}