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

using namespace sowatch;

const QLatin1String MetaWatchFaceWatchlet::myId("com.javispedro.sowatch.metawatch.watchface");

MetaWatchFaceWatchlet::MetaWatchFaceWatchlet(Watch *watch) :
    DeclarativeWatchlet(watch, myId)
{
	setSource(QUrl(SOWATCH_QML_DIR "/metawatchwatchlets/" + watch->model() + "-watchface.qml"));
}