summaryrefslogtreecommitdiff
path: root/qmafwwatchlet/qmafwwatchlet.cpp
diff options
context:
space:
mode:
authorJavier S. Pedro <maemo@javispedro.com>2012-01-03 21:28:12 +0100
committerJavier S. Pedro <maemo@javispedro.com>2012-01-03 21:28:12 +0100
commitaad1e8e930bade201aa9bb1db4568423394ced14 (patch)
treef571e7a8e38f2c2dc64e0828aed79c0fbf40f1b3 /qmafwwatchlet/qmafwwatchlet.cpp
parenta3210a8825dcc49227e3af41d5b107d7f8c79b32 (diff)
downloadsowatch-aad1e8e930bade201aa9bb1db4568423394ced14.tar.gz
sowatch-aad1e8e930bade201aa9bb1db4568423394ced14.zip
adding icon & moving qmafwwatchlet qml out of qrc
Diffstat (limited to 'qmafwwatchlet/qmafwwatchlet.cpp')
-rw-r--r--qmafwwatchlet/qmafwwatchlet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmafwwatchlet/qmafwwatchlet.cpp b/qmafwwatchlet/qmafwwatchlet.cpp
index d53d136..fb537a6 100644
--- a/qmafwwatchlet/qmafwwatchlet.cpp
+++ b/qmafwwatchlet/qmafwwatchlet.cpp
@@ -21,7 +21,7 @@ QMafwWatchlet::QMafwWatchlet(WatchServer* server) :
connect(this, SIGNAL(deactivated()), _player, SLOT(deactivate()));
rootContext()->setContextProperty("player", _player);
- setSource(QUrl("qrc:/qmafwwatchlet/" + server->watch()->model() + ".qml"));
+ setSource(QUrl(SOWATCH_QML_DIR "/qmafwwatchlet/" + server->watch()->model() + ".qml"));
}
void QMafwWatchlet::handleRendererAdded(const QString &uuid)