diff options
Diffstat (limited to 'Today.qml')
-rw-r--r-- | Today.qml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Today.qml b/Today.qml deleted file mode 100644 index 4b08fae..0000000 --- a/Today.qml +++ /dev/null @@ -1,10 +0,0 @@ -import QtQuick 2.12 -import "forms" - -DayForm { - title: qsTr("Today") - contentLabel.text: qsTr("Load `contentView` here") - TaskList { - anchors.bottom: contentLabel.top - } -} |