mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 10:50:04 -05:00
Drop server v1
This commit is contained in:
@ -9,17 +9,10 @@
|
||||
#include <QFile>
|
||||
#include <QString>
|
||||
|
||||
using stefanfrings::HttpResponse;
|
||||
using stefanfrings::HttpSessionStore;
|
||||
using stefanfrings::StaticFileController;
|
||||
using stefanfrings::TemplateLoader;
|
||||
|
||||
QString Static::configDir = nullptr;
|
||||
|
||||
TemplateLoader *Static::templateLoader = nullptr;
|
||||
|
||||
HttpSessionStore *Static::sessionStore = nullptr;
|
||||
|
||||
StaticFileController *Static::staticFileController = 0;
|
||||
|
||||
YACReaderHttpSessionStore *Static::yacreaderSessionStore = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user