summaryrefslogtreecommitdiffstats
path: root/src/xsession.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.cpp')
-rw-r--r--src/xsession.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/xsession.cpp b/src/xsession.cpp
index f4cc3d9..3cd0e7e 100644
--- a/src/xsession.cpp
+++ b/src/xsession.cpp
@@ -147,3 +147,7 @@ bool XSession::operator<(const Session& other) const {
}
return false;
}
+
+bool XSession::containsKeywords(const QList<QString>&) const {
+ return true;
+}