summaryrefslogtreecommitdiff
path: root/testdeclarativewatchlet.cpp
blob: 432d5256d099982d264f98ac6b2494d11eaf41bf (plain)
1
2
3
4
5
6
7
8
9
#include "testdeclarativewatchlet.h"

using namespace sowatch;

TestDeclarativeWatchlet::TestDeclarativeWatchlet(WatchServer* server) :
	DeclarativeWatchlet(server, "com.javispedro.sowatch.testdeclarativewatchlet")
{
	setSource(QUrl("qrc:/testdeclarativewatchlet.qml"));
}