diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2011-12-02 20:41:09 +0100 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2011-12-02 20:41:09 +0100 |
commit | 1abf33ab7bcbf73ebb9eeb6c388c3c1c4abef445 (patch) | |
tree | d91d4fe8c02065943c634f4c33a9ca270771cc0e /notificationswatchlet/notificationswatchlet.cpp | |
parent | cd220a213060b6211330699ec6a3830593945a24 (diff) | |
download | sowatch-1abf33ab7bcbf73ebb9eeb6c388c3c1c4abef445.tar.gz sowatch-1abf33ab7bcbf73ebb9eeb6c388c3c1c4abef445.zip |
keep moving resources to filesystem
Diffstat (limited to 'notificationswatchlet/notificationswatchlet.cpp')
-rw-r--r-- | notificationswatchlet/notificationswatchlet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notificationswatchlet/notificationswatchlet.cpp b/notificationswatchlet/notificationswatchlet.cpp index 01110e9..89e61ca 100644 --- a/notificationswatchlet/notificationswatchlet.cpp +++ b/notificationswatchlet/notificationswatchlet.cpp @@ -5,6 +5,6 @@ using namespace sowatch; NotificationsWatchlet::NotificationsWatchlet(WatchServer* server) : DeclarativeWatchlet(server, "com.javispedro.sowatch.notifications") { - setSource(QUrl("qrc:/notificationswatchlet/" + server->watch()->model() + ".qml")); + setSource(QUrl(SOWATCH_QML_DIR "/notificationswatchlet/" + server->watch()->model() + ".qml")); } |