aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@pelagicore.com>2016-04-26 12:46:07 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2016-04-26 16:33:42 +0000
commit4dce2c9cd78fab068567cb9d0b3733c1c54d4989 (patch)
tree2957e9bafe83dd09f8ebb0d9c5e646c0c0ffa0de /apps
parentc405b322d773068521855e048f215c6ec59e965f (diff)
Updated to work with the lastest ApplicationManager
There have been a few changes in the AM due to API reviews: 1) The API naming in WindowManager singleton was made more consistent (Window vs. View vs. Surface) 2) The import was changed from io.qt.ApplicationManager / ApplicationInstaller to QtApplicationManager Apart from that, we decided that having (incompatible) AM dummy-imports in every system-ui project does not scale: the current Neptune version was merged into the AM repo and the copy here was removed. Change-Id: I176d66de4071deff02533a3f6fdc811bca5c2e7c Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/com.pelagicore.music/MusicProvider.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.pelagicore.music/MusicProvider.qml b/apps/com.pelagicore.music/MusicProvider.qml
index 27a9d28..4089ee4 100644
--- a/apps/com.pelagicore.music/MusicProvider.qml
+++ b/apps/com.pelagicore.music/MusicProvider.qml
@@ -31,7 +31,7 @@
pragma Singleton
import QtQuick 2.1
-import io.qt.ApplicationManager 1.0
+import QtApplicationManager 1.0
import com.pelagicore.datasource 1.0
import service.music 1.0