summaryrefslogtreecommitdiffstats
path: root/homescreen/src/applicationlauncher.h
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-05-12 21:52:36 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2017-05-12 21:52:36 +0000
commit73837973a94aaae5128953fc69835447face8d98 (patch)
tree8dd31ce52f9794fd7aa016ab6b04f594d68e2001 /homescreen/src/applicationlauncher.h
parente297dedb9d88a4ff88c0dd7848f4a0b3630cf71c (diff)
parent0d3a0050cd3d35dbda51931134bd81460a1d12b2 (diff)
Merge "ApplicationLauncher: use single afm_user_daemon"
Diffstat (limited to 'homescreen/src/applicationlauncher.h')
-rw-r--r--homescreen/src/applicationlauncher.h4
1 files changed, 0 insertions, 4 deletions
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 <QtCore/QObject>
-#include <include/appframework.hpp>
-#include <appframework_proxy.h>
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 &current);
private:
- org::agl::appframework *mp_dBusAppFrameworkProxy;
QString m_current;
};