summaryrefslogtreecommitdiff
path: root/sowatchui/qml/ServiceLoader.qml
diff options
context:
space:
mode:
Diffstat (limited to 'sowatchui/qml/ServiceLoader.qml')
-rw-r--r--sowatchui/qml/ServiceLoader.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/sowatchui/qml/ServiceLoader.qml b/sowatchui/qml/ServiceLoader.qml
new file mode 100644
index 0000000..8128ca7
--- /dev/null
+++ b/sowatchui/qml/ServiceLoader.qml
@@ -0,0 +1,7 @@
+import QtQuick 1.1
+import QtMobility.serviceframework 1.1
+
+Service {
+ id: sowatch
+ interfaceName: "com.javispedro.sowatch.service"
+}