diff options
author | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 16:06:14 +0200 |
---|---|---|
committer | Javier S. Pedro <maemo@javispedro.com> | 2012-08-10 16:06:14 +0200 |
commit | 39fa663cd08bd2b7d46ed170d49ac794c531c42e (patch) | |
tree | 92131388053eadbfca4b8917ab1e1f87ffe30fdd /sowatchui/sowatchui.pro | |
parent | b9082fda48bb026fc4e6148efeba9aabf608373a (diff) | |
download | sowatch-39fa663cd08bd2b7d46ed170d49ac794c531c42e.tar.gz sowatch-39fa663cd08bd2b7d46ed170d49ac794c531c42e.zip |
watchlet edit UI
Diffstat (limited to 'sowatchui/sowatchui.pro')
-rw-r--r-- | sowatchui/sowatchui.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sowatchui/sowatchui.pro b/sowatchui/sowatchui.pro index fa965d3..4098228 100644 --- a/sowatchui/sowatchui.pro +++ b/sowatchui/sowatchui.pro @@ -38,12 +38,14 @@ DEPENDPATH += $$PWD/../libsowatch SOURCES += main.cpp \ watchesmodel.cpp daemonproxy.cpp \ watchscannermodel.cpp \ - providersmodel.cc + providersmodel.cpp \ + watchletsmodel.cpp HEADERS += \ watchesmodel.h daemonproxy.h \ watchscannermodel.h \ - providersmodel.h + providersmodel.h \ + watchletsmodel.h OTHER_FILES += qml/main.qml \ qml/MainPage.qml \ |