summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-07-09 15:49:44 +0200
committerSimon Rettberg2019-07-09 15:49:44 +0200
commit7a8be902d21f5cf84ef74633a2dda910af3699a1 (patch)
treefd32c55e1ef76152159d4fed00f7992a15829aa1 /src/vsession.h
parentRemove call to abort() causing Qt debug spam (diff)
downloadvmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.tar.gz
vmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.tar.xz
vmchooser2-7a8be902d21f5cf84ef74633a2dda910af3699a1.zip
Rewrite list/news/help download and backup file handling
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;