summaryrefslogtreecommitdiff
path: root/pages/TaskList.qml
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-06 16:50:43 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-06 16:50:43 +0800
commit7331461b29097c08fcdd557461aedb78cfe243d1 (patch)
tree97ae5fcedb83715b8570d585603f2b6708df8411 /pages/TaskList.qml
parent2d4f9432be44cc997265ed1c5ad24124ffc54036 (diff)
Fixed the task related hierarchies
All files are used now
Diffstat (limited to 'pages/TaskList.qml')
-rw-r--r--pages/TaskList.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/pages/TaskList.qml b/pages/TaskList.qml
index 712eb45..0714a8b 100644
--- a/pages/TaskList.qml
+++ b/pages/TaskList.qml
@@ -11,11 +11,5 @@ TaskListForm {
checkBox.text: subject
}
- menuButton {
- onClicked: {
- drawer.visible = !drawer.visible
- }
- }
-
ScrollBar.vertical: ScrollBar {}
}