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 69ecf13..e571805 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -77,7 +77,9 @@ class VSession : public Session {
QString toXml() const;
- bool run() const;
+ bool prepareRun() const;
+
+ void run() const;
int type() const;