summaryrefslogtreecommitdiffstats
path: root/HomeScreenNG/applicationlauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreenNG/applicationlauncher.h')
-rw-r--r--HomeScreenNG/applicationlauncher.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/HomeScreenNG/applicationlauncher.h b/HomeScreenNG/applicationlauncher.h
new file mode 100644
index 0000000..409de25
--- /dev/null
+++ b/HomeScreenNG/applicationlauncher.h
@@ -0,0 +1,16 @@
+#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