aboutsummaryrefslogtreecommitdiffstats
path: root/homescreen/src/applicationlauncher.h
diff options
context:
space:
mode:
authorMarius Vlad <marius.vlad@collabora.com>2020-04-09 17:09:34 +0300
committerMarius Vlad <marius.vlad@collabora.com>2020-04-10 19:43:41 +0300
commit745f1d9e86e8cbd83c5ae84aba2513341da5ad7a (patch)
tree4e1b56f2ac78161fd3efb976c7409853a9146500 /homescreen/src/applicationlauncher.h
parent5030e956bc95325305ecfa0c2be55bfd47adcade (diff)
ShortcutArea: use the launcher to verify if the app is runningsandbox/mvlad/agl-compositor-old
Signed-off-by: Marius Vlad <marius.vlad@collabora.com> Change-Id: Ic583786b64a19bd5fd59a230d39dc4bc2cbe4603
Diffstat (limited to 'homescreen/src/applicationlauncher.h')
-rw-r--r--homescreen/src/applicationlauncher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/homescreen/src/applicationlauncher.h b/homescreen/src/applicationlauncher.h
index e6ac183..10ea2ee 100644
--- a/homescreen/src/applicationlauncher.h
+++ b/homescreen/src/applicationlauncher.h
@@ -44,6 +44,7 @@ signals:
public slots:
int launch(const QString &application);
+ bool is_running(const QString &application);
void setCurrent(const QString &current);
private: