mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Initialize Static::yacreaderSessionStore
.
This commit is contained in:
parent
c408a77e85
commit
bde712d54b
@ -77,6 +77,8 @@ void Startup::start() {
|
||||
sessionSettings->beginGroup("sessions");
|
||||
Static::sessionStore=new HttpSessionStore(sessionSettings,app);
|
||||
|
||||
Static::yacreaderSessionStore = new YACReaderHttpSessionStore(Static::sessionStore, sessionSettings, app);
|
||||
|
||||
// Configure static file controller
|
||||
QSettings* fileSettings=new QSettings(configFileName,QSettings::IniFormat,app);
|
||||
fileSettings->beginGroup("docroot");
|
||||
|
Loading…
Reference in New Issue
Block a user