summaryrefslogtreecommitdiffstats
path: root/examples/applicationmanager/intents
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2018-11-08 14:53:55 +0100
committerDaniel d'Andrada <daniel.dandrada@luxoft.com>2018-11-09 12:34:36 +0000
commit5b046a3d30065d684c37bd83e7fba0e42ca60a17 (patch)
treebc790393dc0e2485f1538d922822fb596d6681f3 /examples/applicationmanager/intents
parent37127e8a984b71fd153fc0f4b094b1485a63aecb (diff)
Fix imports for the intents example
Change-Id: Ida5388618a097ece3e308bd4a237562645a348f8 Reviewed-by: Daniel d'Andrada <daniel.dandrada@luxoft.com>
Diffstat (limited to 'examples/applicationmanager/intents')
-rw-r--r--examples/applicationmanager/intents/shared/IntentClient.qml1
-rw-r--r--examples/applicationmanager/intents/system-ui.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/examples/applicationmanager/intents/shared/IntentClient.qml b/examples/applicationmanager/intents/shared/IntentClient.qml
index 8d837d67..d3ed6d8b 100644
--- a/examples/applicationmanager/intents/shared/IntentClient.qml
+++ b/examples/applicationmanager/intents/shared/IntentClient.qml
@@ -52,6 +52,7 @@
import QtQuick 2.11
import QtApplicationManager.Application 1.0
+import QtApplicationManager 1.0
ApplicationManagerWindow {
id: root
diff --git a/examples/applicationmanager/intents/system-ui.qml b/examples/applicationmanager/intents/system-ui.qml
index a407579e..fd031f6b 100644
--- a/examples/applicationmanager/intents/system-ui.qml
+++ b/examples/applicationmanager/intents/system-ui.qml
@@ -54,6 +54,7 @@ import QtQuick 2.11
import QtQuick.Controls 2.4
import QtQuick.Layouts 1.4
import QtApplicationManager.SystemUI 1.0
+import QtApplicationManager 1.0
import "shared"
Item {