added todo comment for logger flush

このコミットが含まれているのは:
Albert S. 2019-04-20 23:27:27 +02:00
コミット 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;
}