X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenNG%2Fapplicationlauncher.h;fp=HomeScreenNG%2Fapplicationlauncher.h;h=0000000000000000000000000000000000000000;hb=4088de47844451c7b331a612d41a0ec5fc7db53a;hp=409de25aed387b4e7397530b3592a3998410bd61;hpb=3b66010c1f381f397e827209727742daf642e7fd;p=staging%2FHomeScreen.git 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 - -class ApplicationLauncher : public QObject -{ - Q_OBJECT -public: - explicit ApplicationLauncher(QObject *parent = nullptr); - -public slots: - void launch(const QString &application); -}; - -#endif // APPLICATIONLAUNCHER_H