summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--basicsuite/ebike-ui/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/basicsuite/ebike-ui/main.qml b/basicsuite/ebike-ui/main.qml
index c6e3675..22396d1 100644
--- a/basicsuite/ebike-ui/main.qml
+++ b/basicsuite/ebike-ui/main.qml
@@ -264,6 +264,6 @@ Rectangle {
Connections {
target: datastore
- onDemoReset: drawer.close()
+ function onDemoReset() { drawer.close() }
}
}