mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -04:00
Added a new class for storing YACReaderHttpSession objects.
This commit is contained in:
6
YACReaderLibrary/server/yacreader_http_session_store.cpp
Normal file
6
YACReaderLibrary/server/yacreader_http_session_store.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "yacreader_http_session_store.h"
|
||||
|
||||
YACReaderHttpSessionStore::YACReaderHttpSessionStore(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user