From afdf4b458dc23c8dc250e108690c95a3cb75f459 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Thu, 1 Sep 2016 11:28:16 +0200 Subject: Cleanup: Remove execCommand from vsession, add newslines around methods --- src/xsession.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xsession.h') diff --git a/src/xsession.h b/src/xsession.h index 87283c9..27e431e 100644 --- a/src/xsession.h +++ b/src/xsession.h @@ -30,9 +30,11 @@ class XSession : public Session { QString description() const { return this->comment_; } + QString execCommand() const { return this->exec_; } + QIcon icon() const; bool run() const; -- cgit v1.2.3-55-g7522