summaryrefslogtreecommitdiffstats
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index 515bd2d..8e41120 100644
--- a/src/session.h
+++ b/src/session.h
@@ -17,6 +17,7 @@ class Session {
virtual QIcon icon() const = 0;
virtual bool run() const = 0;
virtual int type() const = 0;
+ virtual QString section() const = 0;
virtual bool operator<(const Session& s) const = 0;