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