diff options
Diffstat (limited to 'mobile/qml')
| -rw-r--r-- | mobile/qml/main.qml | 17 |
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 - } -} |