diff options
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")); } |