mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Update QtWebApp to 1.8.3
nullptr redefinition for old __cplusplus versions has been removed, the rest is vanilla
This commit is contained in:
@ -112,6 +112,14 @@ private slots:
|
||||
|
||||
/** Called every minute to cleanup expired sessions. */
|
||||
void sessionTimerEvent();
|
||||
|
||||
signals:
|
||||
|
||||
/**
|
||||
Emitted when the session is deleted.
|
||||
@param sessionId The ID number of the session.
|
||||
*/
|
||||
void sessionDeleted(const QByteArray& sessionId);
|
||||
};
|
||||
|
||||
} // end of namespace
|
||||
|
Reference in New Issue
Block a user