aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/applicationlauncher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'homescreen/src/applicationlauncher.cpp')
-rw-r--r--homescreen/src/applicationlauncher.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/homescreen/src/applicationlauncher.cpp b/homescreen/src/applicationlauncher.cpp
index cb9c9b3..917ecaf 100644
--- a/homescreen/src/applicationlauncher.cpp
+++ b/homescreen/src/applicationlauncher.cpp
@@ -65,6 +65,12 @@ int ApplicationLauncher::launch(const QString &application)
return result;
}
+bool ApplicationLauncher::is_running(const QString &application)
+{
+ if (m_launcher->connection_is_set())
+ return m_launcher->is_running(application);
+}
+
bool ApplicationLauncher::isLaunching() const
{
return m_launching;