summaryrefslogtreecommitdiff
path: root/liveviewwatchlets/liveviewnotificationwatchlet.cpp
blob: eecc485390f3dffed19275b4df631ec7e1b31a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "liveviewnotificationwatchlet.h"

using namespace sowatch;

const QLatin1String LiveViewNotificationWatchlet::myId("com.javispedro.sowatch.liveview.notification");

LiveViewNotificationWatchlet::LiveViewNotificationWatchlet(Watch *watch) :
    DeclarativeWatchlet(watch, myId)
{
	setSource(QUrl(SOWATCH_QML_DIR "/liveviewwatchlets/" + watch->model() + "-notification.qml"));
}