mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 19:14:30 -04:00
Update QtWebapp to 1.7.11
This commit is contained in:
@ -7,7 +7,9 @@
|
||||
#include <QDateTime>
|
||||
#include <QUuid>
|
||||
|
||||
HttpSessionStore::HttpSessionStore(QSettings* settings, QObject* parent)
|
||||
using namespace stefanfrings;
|
||||
|
||||
HttpSessionStore::HttpSessionStore(const QSettings *settings, QObject* parent)
|
||||
:QObject(parent)
|
||||
{
|
||||
this->settings=settings;
|
||||
|
Reference in New Issue
Block a user