summaryrefslogtreecommitdiffstats
path: root/src/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/session.h')
-rw-r--r--src/session.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/session.h b/src/session.h
index f3d4b4b..e1af027 100644
--- a/src/session.h
+++ b/src/session.h
@@ -22,5 +22,7 @@ class Session {
const static int XSESSION = 0;
const static int VSESSION = 1;
+ virtual bool containsKeywords(const QList<QString>& keywords) const = 0;
+
};
#endif /*VMCHOOSER_SESSION_H_*/