X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=HomeScreenNG%2Fapplicationlauncher.cpp;fp=HomeScreenNG%2Fapplicationlauncher.cpp;h=0000000000000000000000000000000000000000;hb=4088de47844451c7b331a612d41a0ec5fc7db53a;hp=c4254cef4084c65381a4227c0137eedec7dacb0f;hpb=3b66010c1f381f397e827209727742daf642e7fd;p=staging%2FHomeScreen.git diff --git a/HomeScreenNG/applicationlauncher.cpp b/HomeScreenNG/applicationlauncher.cpp deleted file mode 100644 index c4254ce..0000000 --- a/HomeScreenNG/applicationlauncher.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include "applicationlauncher.h" - -#include - -ApplicationLauncher::ApplicationLauncher(QObject *parent) - : QObject(parent) -{ -} - -void ApplicationLauncher::launch(const QString &application) -{ - qDebug() << "launch" << application; -}