mirror of
https://github.com/YACReader/yacreader
synced 2025-11-12 21:12:43 -05: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