summaryrefslogtreecommitdiffstats
path: root/src/xsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xsession.h')
-rw-r--r--src/xsession.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xsession.h b/src/xsession.h
index fcef5d4..e014e9e 100644
--- a/src/xsession.h
+++ b/src/xsession.h
@@ -17,7 +17,6 @@ class XSession : public Session {
bool isActive() const;
bool isLocked() const;
- bool isValid() const;
SectionType section() const {
return SECTION_XSESSION;
@@ -51,6 +50,9 @@ class XSession : public Session {
bool containsKeywords(const QList<QString>& keywords) const;
+protected:
+ QString checkCanRunInternal() const;
+
private:
QString name_;
QString exec_;