added todo comment for logger flush
This commit is contained in:
		| @@ -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; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user