summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2019-01-09 11:38:36 +0100
committerRobert Griebl <robert.griebl@pelagicore.com>2019-01-10 14:27:30 +0000
commitf95c17d81d1f939479665627601f77094e7aa4e4 (patch)
treefff781e85371e1fd424e65014c7b9f57ef18aeb9 /examples
parent7a52f22258eabc31249028e64d0d62311395040c (diff)
downloadqtivi-f95c17d81d1f939479665627601f77094e7aa4e4.tar.gz
ivigenerator: Fix the backend_qtro template to generate a correct plugin.json
The other templates have been fixed already before. Also make sure the example doesn't specify a custom id to make sure we test this path by default. Change-Id: Icf4eb17c057ea8cba7673b9884c5123c4e749ffd Fixes: AUTOSUITE-735 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/ivicore/qface-ivi-remote/example-ivi-remote.qface2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface b/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface
index af45423..31d6d0c 100644
--- a/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface
+++ b/examples/ivicore/qface-ivi-remote/example-ivi-remote.qface
@@ -9,7 +9,7 @@ module Example.IVI.Remote 1.0;
* all sorts of heavy processing
*/
//! [1]
-@config: { id: "example.qtivi.ProcessingService/1.0", qml_type: "UiProcessingService" }
+@config: { qml_type: "UiProcessingService" }
interface ProcessingService {
string lastMessage;