mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
7 lines
142 B
C++
7 lines
142 B
C++
#include "yacreader_http_session_store.h"
|
|
|
|
YACReaderHttpSessionStore::YACReaderHttpSessionStore(QObject *parent) : QObject(parent)
|
|
{
|
|
|
|
}
|