added todo comment for logger flush
Este commit está contenido en:
padre
10f05af6ac
commit
f461d2c844
@ -18,6 +18,7 @@ public:
|
||||
{
|
||||
QMutexLocker locker(&this->mutex);
|
||||
*out << val;
|
||||
//TODO: QDebug may not have flushed yet
|
||||
file->flush();
|
||||
return *this;
|
||||
}
|
||||
@ -27,6 +28,7 @@ public:
|
||||
{
|
||||
QMutexLocker locker(&this->mutex);
|
||||
*out << val;
|
||||
//TODO: QDebug may not have flushed yet
|
||||
file->flush();
|
||||
return *this;
|
||||
}
|
||||
|
Cargando…
Referencia en una nueva incidencia
Block a user