added todo comment for logger flush
这个提交包含在:
		| @@ -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; | ||||
|     } | ||||
|   | ||||
		在新工单中引用
	
	屏蔽一个用户