mirror of
https://github.com/overte-org/overte.git
synced 2025-07-16 17:16:40 +02:00
Sam's space.
This commit is contained in:
parent
4fb9d8801c
commit
9ee64d114b
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ void FilePersistThread::rollFileIfNecessary(QFile& file, bool notifyListenersIfR
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool FilePersistThread::processQueueItems(const Queue& messages) {
|
bool FilePersistThread::processQueueItems(const Queue& messages) {
|
||||||
QFile file(_logger._fileName);
|
QFile file(_logger._fileName);
|
||||||
rollFileIfNecessary(file);
|
rollFileIfNecessary(file);
|
||||||
|
|
Loading…
Reference in a new issue