summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-02-04 15:11:40 +0100
committerDominik Holland <dominik.holland@pelagicore.com>2019-02-15 10:51:34 +0000
commit4c3c3a1f6f19d3f17bb4b046a7b7b2c419fd548f (patch)
treec40774f847d6045a77266047019805f002f0de26 /examples
parent54353d822f77f63dd57ce88640135cd9e0bbbc8a (diff)
downloadqtivi-4c3c3a1f6f19d3f17bb4b046a7b7b2c419fd548f.tar.gz
ivigenerator: Also use the qml_types filter for the uri of the simluation engine
By also using the qml_types filter here, we make sure that the uri for the simulation is similar to the frontend API. (It just adds a extra .simulation at the end). Also juse the qface module version in the autogenerated QML API Change-Id: I4804302a18f7af93345a905c79dd86b00c77702b Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml b/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml
index 73806c0..7aed660 100644
--- a/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml
+++ b/examples/ivicore/qface-ivi-addressbook/backend_simulator/simulation.qml
@@ -53,7 +53,7 @@
//! [0]
import QtQuick 2.0
-import example.ivi.addressbook.simulation 1.0
+import Example.IVI.AddressBook.simulation 1.0
Item {
AddressBookBackend {