summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.h')
-rw-r--r--src/xsession.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xsession.h b/src/xsession.h
index dbdacf1..2e95a63 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -29,6 +29,8 @@ class XSession : public Session {
bool run() const;
+ int type() const;
+
bool operator<(const Session& other) const;
static QList<Session*> readSessions(const QString& path);