mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
integrada la nueva versi?n de qtwebapp
This commit is contained in:
@ -7,15 +7,14 @@
|
||||
#include <QDateTime>
|
||||
#include <QUuid>
|
||||
|
||||
#include "comic.h"
|
||||
|
||||
HttpSession::HttpSession(bool canStore) {
|
||||
if (canStore) {
|
||||
dataPtr=new HttpSessionData();
|
||||
dataPtr->yacreaderSessionData.comic = 0;
|
||||
dataPtr->refCount=1;
|
||||
dataPtr->lastAccess=QDateTime::currentMSecsSinceEpoch();
|
||||
dataPtr->id=QUuid::createUuid().toString().toAscii();
|
||||
dataPtr->yacreaderSessionData.comic = 0;
|
||||
#ifdef SUPERVERBOSE
|
||||
qDebug("HttpSession: created new session data with id %s",dataPtr->id.data());
|
||||
#endif
|
||||
@ -159,7 +158,6 @@ void HttpSession::setLastAccess() {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
//A<>ADIDO
|
||||
bool HttpSession::isComicOnDevice(const QString & hash)
|
||||
{
|
||||
|
Reference in New Issue
Block a user