diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-27 14:34:54 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-27 14:34:54 +0800 |
commit | 88c50c941582bb909dd2feecba55364ea2c58953 (patch) | |
tree | 123bd210d2dfde9cb25df2d51ea69c652bddff77 | |
parent | 15cea436fc49d34a379a2faf9fe2394f5369a4cf (diff) |
Remove temporarily unused files
We can revert this commit later when needed.
-rw-r--r-- | ExistingLogin.qml | 8 | ||||
-rw-r--r-- | Username.qml | 4 |
2 files changed, 0 insertions, 12 deletions
diff --git a/ExistingLogin.qml b/ExistingLogin.qml deleted file mode 100644 index 8e78a09..0000000 --- a/ExistingLogin.qml +++ /dev/null @@ -1,8 +0,0 @@ -import QtQuick 2.12 -import KelakonUser 0.1 - -ExistingLoginForm { - width: stackView.width - height: stackView.height - backButton.onClicked: stackView.pop() -} diff --git a/Username.qml b/Username.qml deleted file mode 100644 index c523226..0000000 --- a/Username.qml +++ /dev/null @@ -1,4 +0,0 @@ -import QtQuick 2.4 - -UsernameForm { -} |