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 b031991..f3d4b4b 100644
--- a/src/session.h
+++ b/src/session.h
@@ -9,6 +9,7 @@ class Session {
virtual bool isActive() const = 0;
virtual bool isLocked() const = 0;
+ virtual bool isValid() const = 0;
virtual int priority() const = 0;
virtual QString shortDescription() const = 0;
virtual QString description() const = 0;