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,6 @@
#include "yacreader_http_session_store.h"
YACReaderHttpSessionStore::YACReaderHttpSessionStore(QObject *parent) : QObject(parent)
{
}