aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenNG/applicationlauncher.h
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-12 17:11:06 +0100
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-12-12 17:11:06 +0100
commit4088de47844451c7b331a612d41a0ec5fc7db53a (patch)
treecd98d3fdf946faa4e1915103ea3d51bbdc57fc0c /HomeScreenNG/applicationlauncher.h
parent3b66010c1f381f397e827209727742daf642e7fd (diff)
Remove HomeScreenNG
This was already integrated into the main HomeScreen app Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'HomeScreenNG/applicationlauncher.h')
-rw-r--r--HomeScreenNG/applicationlauncher.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/HomeScreenNG/applicationlauncher.h b/HomeScreenNG/applicationlauncher.h
deleted file mode 100644
index 409de25..0000000
--- a/HomeScreenNG/applicationlauncher.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef APPLICATIONLAUNCHER_H
-#define APPLICATIONLAUNCHER_H
-
-#include <QtCore/QObject>
-
-class ApplicationLauncher : public QObject
-{
- Q_OBJECT
-public:
- explicit ApplicationLauncher(QObject *parent = nullptr);
-
-public slots:
- void launch(const QString &application);
-};
-
-#endif // APPLICATIONLAUNCHER_H