summaryrefslogtreecommitdiff
path: root/core/launcher/applauncher.h
Unidiff
Diffstat (limited to 'core/launcher/applauncher.h') (more/less context) (show whitespace changes)
-rw-r--r--core/launcher/applauncher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/launcher/applauncher.h b/core/launcher/applauncher.h
index 4fd5491..22a458f 100644
--- a/core/launcher/applauncher.h
+++ b/core/launcher/applauncher.h
@@ -39,6 +39,7 @@ public:
39 ~AppLauncher(); 39 ~AppLauncher();
40 40
41 bool isRunning(const QString &app); 41 bool isRunning(const QString &app);
42 const QMap<int,QString> &runningApplications() { return runningApps; }
42 43
43 static const int RAISE_TIMEOUT_MS; 44 static const int RAISE_TIMEOUT_MS;
44 45