yacreader/YACReaderLibrary/server/yacreader_http_session_store.cpp
2016-06-24 17:26:51 +02:00

7 lines
142 B
C++

#include "yacreader_http_session_store.h"
YACReaderHttpSessionStore::YACReaderHttpSessionStore(QObject *parent) : QObject(parent)
{
}