mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Update server code integration for QtWebApp 1.7.11
- Adapt server code for QtWebapp namespace 'stefanfrings' - Implement custom modifications needed by v1 controller via template engine - Unify iphone and ipad templates
This commit is contained in:
@ -47,15 +47,15 @@ public:
|
||||
static QString getConfigDir();
|
||||
|
||||
/** Cache for template files */
|
||||
static TemplateLoader *templateLoader;
|
||||
static stefanfrings::TemplateLoader *templateLoader;
|
||||
|
||||
/** Storage for session cookies */
|
||||
static HttpSessionStore *sessionStore;
|
||||
static stefanfrings::HttpSessionStore *sessionStore;
|
||||
|
||||
static YACReaderHttpSessionStore *yacreaderSessionStore;
|
||||
|
||||
/** Controller for static files */
|
||||
static StaticFileController *staticFileController;
|
||||
static stefanfrings::StaticFileController *staticFileController;
|
||||
|
||||
private:
|
||||
/** Directory of the main config file */
|
||||
|
Reference in New Issue
Block a user