added todo comment for logger flush

Tá an tiomantas seo le fáil i:
Albert S. 2019-04-20 23:27:27 +02:00
tuismitheoir 2f82b56db1
tiomantas f160c72d2f

Féach ar an gComhad

@ -18,6 +18,7 @@ class Logger
{
QMutexLocker locker(&this->mutex);
*out << val;
// TODO: QDebug may not have flushed yet
file->flush();
return *this;
}
@ -26,6 +27,7 @@ class Logger
{
QMutexLocker locker(&this->mutex);
*out << val;
// TODO: QDebug may not have flushed yet
file->flush();
return *this;
}