summaryrefslogtreecommitdiff
path: root/Future.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-21 14:35:29 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-21 14:35:29 +0800
commit86ed329c306bb53681e22cdd3afc8f180293377a (patch)
tree6f5957bd8cbc778bf821f5bb93cfb9d66d5cb46c /Future.qml
parent5e7911117b621cbda0f12af69eb471e9732cf306 (diff)
Put the task list view inside the page
that was in day form
Diffstat (limited to 'Future.qml')
-rw-r--r--Future.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/Future.qml b/Future.qml
deleted file mode 100644
index 33b66fd..0000000
--- a/Future.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 2.12
-import "forms"
-
-DayForm {
- title: qsTr("Future task")
- contentLabel.text: qsTr("You are back to the future.")
- TaskList {
- anchors.bottom: contentLabel.top
- }
-}