Fixed debug output.
--HG-- branch : develop
This commit is contained in:
parent
e75951eb8e
commit
b3f2869975
|
@ -91,8 +91,7 @@ inline void noisyFailureMsgHandler(QtMsgType type, const QMessageLogContext &con
|
|||
switch (type)
|
||||
{
|
||||
case QtDebugMsg:
|
||||
std::cerr << msg.toUtf8().constData();
|
||||
std::cerr.flush();
|
||||
std::cerr << msg.toUtf8().constData() << std::endl;
|
||||
return;
|
||||
case QtWarningMsg:
|
||||
messageBox.setIcon(QMessageBox::Warning);
|
||||
|
|
Loading…
Reference in New Issue
Block a user