X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=homescreen%2Fsrc%2Fapplicationlauncher.h;h=a31e6630ed0e55f2bd745a55d110ea752e647a0c;hb=73837973a94aaae5128953fc69835447face8d98;hp=f4066e5a94ef640f6e86276d1393dc31d237a7ff;hpb=0592a405aa68f3baf6773795efa5522e4ee16779;p=apps%2Fhomescreen.git diff --git a/homescreen/src/applicationlauncher.h b/homescreen/src/applicationlauncher.h index f4066e5..a31e663 100644 --- a/homescreen/src/applicationlauncher.h +++ b/homescreen/src/applicationlauncher.h @@ -19,8 +19,6 @@ #define APPLICATIONLAUNCHER_H #include -#include -#include class ApplicationLauncher : public QObject { @@ -28,7 +26,6 @@ class ApplicationLauncher : public QObject Q_PROPERTY(QString current READ current WRITE setCurrent NOTIFY currentChanged) public: explicit ApplicationLauncher(QObject *parent = NULL); - ~ApplicationLauncher(); QString current() const; @@ -41,7 +38,6 @@ public slots: void setCurrent(const QString ¤t); private: - org::agl::appframework *mp_dBusAppFrameworkProxy; QString m_current; };