From 08ca25dbb84a936df5c597a45fd08b98bb942a98 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 26 Jan 2016 15:18:50 +0100 Subject: reworked session information sent to the session process exports the Exec= command as SESSION_CMD exports the type of the session (virtual/native) as SESSION_TYPE --- src/session.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/session.h') diff --git a/src/session.h b/src/session.h index d88e766..4a9699f 100644 --- a/src/session.h +++ b/src/session.h @@ -24,6 +24,7 @@ class Session { virtual QString description() const = 0; virtual QIcon icon() const = 0; virtual bool run() const = 0; + virtual QString execCommand() const = 0; virtual int type() const = 0; virtual SectionType section() const = 0; -- cgit v1.2.3-55-g7522