summaryrefslogtreecommitdiff
path: root/qorgwatchlet/qorgwatchlet.cpp
blob: 3d042fbc833098af818278fccbdeb1d8fbb6ec6d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <QtCore/QDebug>

#include "qorgwatchlet.h"

using namespace sowatch;

QOrgWatchlet::QOrgWatchlet(WatchServer* server) :
	DeclarativeWatchlet(server, "com.javispedro.sowatch.qorg")
{
	setSource(QUrl(SOWATCH_QML_DIR "/qorgwatchlet/" + server->watch()->model() + ".qml"));
}