mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Initialize the static pointer to the yacreader session store.
This commit is contained in:
@ -17,7 +17,7 @@ HttpSessionStore* Static::sessionStore=0;
|
||||
|
||||
StaticFileController* Static::staticFileController=0;
|
||||
|
||||
QMap<QByteArray, YACReaderHttpSession *> Static::yacreaderSessionStore;
|
||||
YACReaderHttpSessionStore* Static::yacreaderSessionStore=0;
|
||||
|
||||
QString Static::getConfigFileName() {
|
||||
return QString("%1/%2.ini").arg(getConfigDir()).arg(QCoreApplication::applicationName());
|
||||
|
Reference in New Issue
Block a user