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