We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebb391 commit b664617Copy full SHA for b664617
src/tsessionfilestore.cpp
@@ -64,7 +64,7 @@ bool TSessionFileStore::remove(const QByteArray &id)
64
65
int TSessionFileStore::gc(const QDateTime &expire)
66
{
67
- bool res = 0;
+ int res = 0;
68
QDir dir(sessionDirPath());
69
if (dir.exists()) {
70
QList<QFileInfo> lst = dir.entryInfoList(QDir::Files, QDir::Time | QDir::Reversed);
0 commit comments