summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.h')
-rw-r--r--src/xsession.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xsession.h b/src/xsession.h
index aac80fd..50563c2 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -12,8 +12,10 @@
class XSession : public Session {
public:
- bool init(const QString& name, const QString& exec,
+ void init(const QString& name, const QString& exec,
const QString& comment, const QString& icon);
+ bool init(const QString& filename);
+
bool isActive() const;
bool isLocked() const;