diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-25 21:56:47 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-25 21:56:47 +0200 |
commit | 3e5440a3e1d4f23180b8e6795ae1c29f9964379d (patch) | |
tree | f77d23238d25b4b9fda4b2e65d4777e964150d9d /qmapwatchlet/qmapwatchlet.cpp | |
parent | d6d10c69ba454a6e555733815680acdfc0ee5402 (diff) | |
download | sowatch-3e5440a3e1d4f23180b8e6795ae1c29f9964379d.tar.gz sowatch-3e5440a3e1d4f23180b8e6795ae1c29f9964379d.zip |
bumping to 0.4.2sowatch_0_4_2
Diffstat (limited to 'qmapwatchlet/qmapwatchlet.cpp')
-rw-r--r-- | qmapwatchlet/qmapwatchlet.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qmapwatchlet/qmapwatchlet.cpp b/qmapwatchlet/qmapwatchlet.cpp index efc478e..d262c2c 100644 --- a/qmapwatchlet/qmapwatchlet.cpp +++ b/qmapwatchlet/qmapwatchlet.cpp @@ -10,4 +10,3 @@ QMapWatchlet::QMapWatchlet(WatchServer* server) : setFullUpdateMode(true); setSource(QUrl(SOWATCH_QML_DIR "/qmapwatchlet/map-" + server->watch()->model() + ".qml")); } - |