summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsession.h')
-rw-r--r--src/vsession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vsession.h b/src/vsession.h
index fa3014d..69ecf13 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -83,7 +83,7 @@ class VSession : public Session {
bool operator<(const Session& other) const;
- static QList<Session*> readXmlFile(const QString& filepath);
+ static QList<Session*> loadFromXmlDocument(const QDomDocument& doc);
protected:
virtual QString checkCanRunInternal() const;