summaryrefslogtreecommitdiffstats
path: root/src/vsession.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vsession.h')
-rw-r--r--src/vsession.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/vsession.h b/src/vsession.h
index 08885cc..18d5c38 100644
--- a/src/vsession.h
+++ b/src/vsession.h
@@ -6,7 +6,6 @@
#include <QDomDocument>
#include <QDir>
#include "session.h"
-#include "httpxmldownloader.h"
#include "globals.h"
enum ImgType {
@@ -88,9 +87,7 @@ class VSession : public Session {
bool operator<(const Session& other) const;
- static QList<Session*> readXmlDir(const QString& path);
static QList<Session*> readXmlFile(const QString& filepath);
- static void addSessionsAfterDownload(QNetworkReply* reply);
private:
QList<QString> keywords_;