From db6e2bb254328386603701c6b8edba9fa6623d7f Mon Sep 17 00:00:00 2001 From: Nils Schwabe Date: Fri, 21 Mar 2014 15:37:45 +0100 Subject: - display the keywords in the desciption box --- src/vsession.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vsession.h') diff --git a/src/vsession.h b/src/vsession.h index 3afcd2b..50a51f7 100644 --- a/src/vsession.h +++ b/src/vsession.h @@ -41,6 +41,7 @@ class VSession : public Session { QString getAttribute(const QString& nodeName, const QString& attribute = "param") const; + QList keywords() const; QString getNodeText(const QString& nodeName) const; void addNodeWithAttribute(const QString& nodeName, @@ -65,10 +66,13 @@ class VSession : public Session { static void addSessionsAfterDownload(QNetworkReply* reply); private: + QList keywords_; QDomDocument doc_; QString baseDirPath_; QProcess *_process; + + void readKeywords(); }; #endif /*VMCHOOSER_VSESSION_H_*/ -- cgit v1.2.3-55-g7522