summaryrefslogtreecommitdiff
path: root/EventsPage.qml
diff options
context:
space:
mode:
authorOrangerot <purple@orangerot.dev>2024-08-04 04:50:11 +0200
committerOrangerot <purple@orangerot.dev>2024-08-04 04:50:11 +0200
commitcf013eb832f323cb9de6b114038233b77d115bc8 (patch)
tree91481cc6be6d8622dbeffaabcda42500574b393a /EventsPage.qml
parent71aee728b7bc5868e1e6ade8fbe615a6fdf132ba (diff)
feat(QJsonModel): compile and first model test
Diffstat (limited to 'EventsPage.qml')
-rw-r--r--EventsPage.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/EventsPage.qml b/EventsPage.qml
index 772418e..f6f1bea 100644
--- a/EventsPage.qml
+++ b/EventsPage.qml
@@ -13,6 +13,7 @@ Page {
ListView {
id: listView
+ objectName: eventsList
anchors.fill: parent
topMargin: 48
leftMargin: 48