Added a new class for storing YACReaderHttpSession objects.

This commit is contained in:
Luis Ángel San Martín
2016-06-24 17:26:51 +02:00
parent d2e3b51089
commit 45ab9bc71f
3 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,17 @@
#ifndef YACREADERHTTPSESSIONSTORE_H
#define YACREADERHTTPSESSIONSTORE_H
#include <QObject>
class YACReaderHttpSessionStore : public QObject
{
Q_OBJECT
public:
explicit YACReaderHttpSessionStore(QObject *parent = 0);
signals:
public slots:
};
#endif // YACREADERHTTPSESSIONSTORE_H