summaryrefslogtreecommitdiff
path: root/pages/TaskList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/TaskList.qml')
-rw-r--r--pages/TaskList.qml13
1 files changed, 0 insertions, 13 deletions
diff --git a/pages/TaskList.qml b/pages/TaskList.qml
deleted file mode 100644
index 07a10ba..0000000
--- a/pages/TaskList.qml
+++ /dev/null
@@ -1,13 +0,0 @@
-import QtQuick 2.12
-import QtQuick.Controls 2.12
-
-TaskListForm {
- objectName: "taskList"
- model: taskList
- delegate: TaskForm {
- width: parent.width
- height: task.height
- checkBox.text: subject
- }
- ScrollBar.vertical: ScrollBar {}
-}