From 39fa663cd08bd2b7d46ed170d49ac794c531c42e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Fri, 10 Aug 2012 16:06:14 +0200 Subject: watchlet edit UI --- sowatchui/main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sowatchui/main.cpp') diff --git a/sowatchui/main.cpp b/sowatchui/main.cpp index 5e116ac..80a0f6b 100644 --- a/sowatchui/main.cpp +++ b/sowatchui/main.cpp @@ -7,6 +7,7 @@ #include "watchesmodel.h" #include "watchscannermodel.h" #include "providersmodel.h" +#include "watchletsmodel.h" static sowatch::Registry *registry; static WatchesModel *watches; @@ -26,6 +27,7 @@ Q_DECL_EXPORT int main(int argc, char *argv[]) qmlRegisterType(); qmlRegisterType("com.javispedro.sowatch", 1, 0, "GConfKey"); qmlRegisterType("com.javispedro.sowatch", 1, 0, "ProvidersModel"); + qmlRegisterType("com.javispedro.sowatch", 1, 0, "WatchletsModel"); viewer->rootContext()->setContextProperty("watches", watches); viewer->rootContext()->setContextProperty("watchScanner", watchScanner); -- cgit v1.2.3