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