summaryrefslogtreecommitdiff
path: root/qmapwatchlet/qmapwatchlet.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-08-10 17:49:45 +0200
committerJavier S. Pedro <maemo@javispedro.com>2012-08-10 17:49:45 +0200
commit4ad9e1874af29864ca8531e5ba033b85d6616639 (patch)
tree29c997c2b5f8a59b1cabf7589248310568029a11 /qmapwatchlet/qmapwatchlet.cpp
parent39fa663cd08bd2b7d46ed170d49ac794c531c42e (diff)
downloadsowatch-4ad9e1874af29864ca8531e5ba033b85d6616639.tar.gz
sowatch-4ad9e1874af29864ca8531e5ba033b85d6616639.zip
cleanup and bump version to 0.4
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.cpp')
-rw-r--r--qmapwatchlet/qmapwatchlet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qmapwatchlet/qmapwatchlet.cpp b/qmapwatchlet/qmapwatchlet.cpp
index 5c8109b..6f39641 100644
--- a/qmapwatchlet/qmapwatchlet.cpp
+++ b/qmapwatchlet/qmapwatchlet.cpp
@@ -5,7 +5,6 @@ using namespace sowatch;
QMapWatchlet::QMapWatchlet(WatchServer* server) :
DeclarativeWatchlet(server, "com.javispedro.sowatch.qmap")
{
-
setSource(QUrl(SOWATCH_QML_DIR "/qmapwatchlet/" + server->watch()->model() + ".qml"));
}