summaryrefslogtreecommitdiff
path: root/examples/quick/todos/todo.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/todos/todo.qml')
-rw-r--r--examples/quick/todos/todo.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/quick/todos/todo.qml b/examples/quick/todos/todo.qml
index dfc2ef4..23ad46e 100644
--- a/examples/quick/todos/todo.qml
+++ b/examples/quick/todos/todo.qml
@@ -54,6 +54,7 @@ Rectangle {
id: enginioModel
client: Enginio {
backendId: enginioBackendId
+ onError: console.log("Enginio error:", JSON.stringify(reply.data))
}
query: {"objectType": "objects.todos" }
}