X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=latitudeqml.cpp;fp=latitudeqml.cpp;h=0000000000000000000000000000000000000000;hb=b58ae22b7840fd1c5675fcc01971c9181c2e9b29;hp=69b5ba8d00e05b75f066fa089697b6bc43497c6b;hpb=b63a62fbf2b7b3b13dda5898a7ff075ecbda6693;p=googlelatitude diff --git a/latitudeqml.cpp b/latitudeqml.cpp deleted file mode 100644 index 69b5ba8..0000000 --- a/latitudeqml.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include "latitudeqml.h" -#include - -LatitudeQML::LatitudeQML(QDeclarativeView *parent) : - QDeclarativeView(parent), - latitude(this), - gps(this), - demonio(QCoreApplication::applicationDirPath() - + QDir::separator() - + "LatitudeUpdaterDaemon"), - cli(this) { - qDebug() << "* LatitudeQML::LatitudeQML"; - - rootContext()->setContextProperty("latitude", &latitude); - rootContext()->setContextProperty("gps", &gps); - rootContext()->setContextProperty("demonio", this); - setSource(QUrl("qrc:/qml/main.qml")); - - latitude.getAccess(); -}