diff options
Diffstat (limited to 'Future.qml')
-rw-r--r-- | Future.qml | 10 |
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 - } -} |