diff options
-rw-r--r-- | qmapwatchlet/qmapwatchlet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qmapwatchlet/qmapwatchlet.cpp b/qmapwatchlet/qmapwatchlet.cpp index d90de47..5c8109b 100644 --- a/qmapwatchlet/qmapwatchlet.cpp +++ b/qmapwatchlet/qmapwatchlet.cpp @@ -3,7 +3,7 @@ using namespace sowatch; QMapWatchlet::QMapWatchlet(WatchServer* server) : - DeclarativeWatchlet(server, "com.javispedro.sowatch.map") + DeclarativeWatchlet(server, "com.javispedro.sowatch.qmap") { setSource(QUrl(SOWATCH_QML_DIR "/qmapwatchlet/" + server->watch()->model() + ".qml")); |