diff --git a/YACReaderLibrary/server/static.cpp b/YACReaderLibrary/server/static.cpp index 49e0060e..0f9d7733 100644 --- a/YACReaderLibrary/server/static.cpp +++ b/YACReaderLibrary/server/static.cpp @@ -17,6 +17,8 @@ HttpSessionStore* Static::sessionStore=0; StaticFileController* Static::staticFileController=0; +QMap Static::yacreaderSessionStore; + QString Static::getConfigFileName() { return QString("%1/%2.ini").arg(getConfigDir()).arg(QCoreApplication::applicationName()); }