Remove HomeScreenNG
[staging/HomeScreen.git] / HomeScreenNG / applicationlauncher.h
diff --git a/HomeScreenNG/applicationlauncher.h b/HomeScreenNG/applicationlauncher.h
deleted file mode 100644 (file)
index 409de25..0000000
+++ /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