From ba3c5aa40274c11f9cefd4e9842be3488cad07b4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Fri, 15 Jun 2018 14:05:25 +0200 Subject: Fix indentation, cleanup, refactoring, deletions * Remove unused methods for adding hostname and user to xml * Avoid copying/(de)serializing XML a thousand times * Fix Session::isValid() or rather make it a bit more usable (although it's unused currently) * baseDir is global, not per VSession, which doesn't make any sense without the legacy approach of recusively loading one xml file per entry --- src/vsession.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index 2ded3ae..bd0f7a2 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -5,7 +5,6 @@ #include #include #include -#include #include "session.h" #include "httpxmldownloader.h" @@ -17,7 +16,7 @@ enum ImgType { class VSession : public Session { public: - bool init(const QString& xml, const QString& baseDirPath); + bool init(const QDomElement& xml); ImgType imgtype() const; bool isActive() const; @@ -79,8 +78,6 @@ class VSession : public Session { const QString& value, const QString& attribute = "param", bool replace = true); - void addUserAndHostname(); - void mergePoolXml(); QString toXml() const; @@ -97,11 +94,10 @@ class VSession : public Session { private: QList keywords_; QDomDocument doc_; - QString baseDirPath_; - - QProcess *_process; + QDomElement eintrag_; void readKeywords(); + }; #endif /*VMCHOOSER_VSESSION_H_*/ -- cgit v1.2.3-55-g7522