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 49bde75..dab0fd8 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -40,7 +40,9 @@ class VSession : public Session {
QString description() const {
return getAttribute("long_description");
}
-
+ QString execCommand() const {
+ return NULL;
+ }
QIcon icon() const;
QString os() const {