summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
authorNils Schwabe2014-03-21 17:30:03 +0100
committerNils Schwabe2014-03-21 17:30:03 +0100
commitb72f1d53558344392daa916f69ece7db8c7a9d89 (patch)
treeeb40fbd424b7f51c9ae3b34a6e09088e151985b9 /src/xsession.h
parent- display the keywords in the desciption box (diff)
downloadvmchooser2-b72f1d53558344392daa916f69ece7db8c7a9d89.tar.gz
vmchooser2-b72f1d53558344392daa916f69ece7db8c7a9d89.tar.xz
vmchooser2-b72f1d53558344392daa916f69ece7db8c7a9d89.zip
added functionality to filter box
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 1d36d64..4140c38 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -37,6 +37,8 @@ class XSession : public Session {
static QList<Session*> readSessions(const QString& path);
+ bool containsKeywords(const QList<QString>& keywords) const;
+
private:
QString name_;
QString exec_;