mirror of
https://github.com/YACReader/yacreader
synced 2026-03-02 02:43:04 -05:00
Drop server v1
This commit is contained in:
@ -7,8 +7,6 @@
|
||||
#define STATIC_H
|
||||
|
||||
#include <QString>
|
||||
#include "templatecache.h"
|
||||
#include "httpsessionstore.h"
|
||||
#include "staticfilecontroller.h"
|
||||
|
||||
#include "yacreader_http_session_store.h"
|
||||
@ -46,12 +44,6 @@ public:
|
||||
*/
|
||||
static QString getConfigDir();
|
||||
|
||||
/** Cache for template files */
|
||||
static stefanfrings::TemplateLoader *templateLoader;
|
||||
|
||||
/** Storage for session cookies */
|
||||
static stefanfrings::HttpSessionStore *sessionStore;
|
||||
|
||||
static YACReaderHttpSessionStore *yacreaderSessionStore;
|
||||
|
||||
/** Controller for static files */
|
||||
|
||||
Reference in New Issue
Block a user