From 7a8be902d21f5cf84ef74633a2dda910af3699a1 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 9 Jul 2019 15:49:44 +0200 Subject: Rewrite list/news/help download and backup file handling --- src/vsession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vsession.h') 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 readXmlFile(const QString& filepath); + static QList loadFromXmlDocument(const QDomDocument& doc); protected: virtual QString checkCanRunInternal() const; -- cgit v1.2.3-55-g7522