diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-01-30 19:54:04 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-01-30 19:54:04 +0100 |
commit | c916a1e3cb9440737a9414d6f28505b67209e3cb (patch) | |
tree | 1e8cf976789a0b80b85dfed126c47529676aed3f /qmapwatchlet/qmapwatchlet.cpp | |
parent | 6b41191a8fa697dd8ecd1ee089a2deeed570622f (diff) | |
download | sowatch-c916a1e3cb9440737a9414d6f28505b67209e3cb.tar.gz sowatch-c916a1e3cb9440737a9414d6f28505b67209e3cb.zip |
Minor fix
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.cpp')
-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")); |