summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsession.h')
-rw-r--r--src/vsession.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vsession.h b/src/vsession.h
index 609884e..fa3014d 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -14,7 +14,6 @@ class VSession : public Session {
bool isActive() const;
bool isLocked() const;
- bool isValid() const;
int priority() const;
@@ -86,6 +85,9 @@ class VSession : public Session {
static QList<Session*> readXmlFile(const QString& filepath);
+protected:
+ virtual QString checkCanRunInternal() const;
+
private:
QList<QString> keywords_;