#include "applicationlauncher.h" #include ApplicationLauncher::ApplicationLauncher(QObject *parent) : QObject(parent) { } void ApplicationLauncher::launch(const QString &application) { qDebug() << "launch" << application; }