aboutsummaryrefslogtreecommitdiffstats
path: root/HomeScreenNG/applicationlauncher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'HomeScreenNG/applicationlauncher.cpp')
-rw-r--r--HomeScreenNG/applicationlauncher.cpp13
1 files changed, 0 insertions, 13 deletions
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 <QtCore/QDebug>
-
-ApplicationLauncher::ApplicationLauncher(QObject *parent)
- : QObject(parent)
-{
-}
-
-void ApplicationLauncher::launch(const QString &application)
-{
- qDebug() << "launch" << application;
-}