From 745f1d9e86e8cbd83c5ae84aba2513341da5ad7a Mon Sep 17 00:00:00 2001 From: Marius Vlad Date: Thu, 9 Apr 2020 17:09:34 +0300 Subject: ShortcutArea: use the launcher to verify if the app is running Signed-off-by: Marius Vlad Change-Id: Ic583786b64a19bd5fd59a230d39dc4bc2cbe4603 --- homescreen/src/applicationlauncher.h | 1 + 1 file changed, 1 insertion(+) (limited to 'homescreen/src/applicationlauncher.h') 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 ¤t); private: -- cgit 1.2.3-korg