mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Re-enable showing debug messages on the console
This commit is contained in:
parent
8a1ee9b9b2
commit
27be3aab33
@ -114,7 +114,7 @@ static void MessageHandler(QtMsgType type, const QMessageLogContext &context,
|
||||
output.append("\n");
|
||||
|
||||
// Use IO::Manager signal to avoid messing up tokens in console
|
||||
// Q_EMIT IO::Manager::instance().dataReceived(output.toUtf8());
|
||||
Q_EMIT IO::Manager::instance().dataReceived(output.toUtf8());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user