How to enable
qDebug::noquote
inside custom message handler in Qt?
Without using qDebug().noquote()
every time.qDebug().noquote() <<
How to enable
qDebug::noquote
inside custom message handler in Qt?
Without using qDebug().noquote()
every time.qDebug().noquote() <<
Copyright © 2021 Jogjafile Inc.
There is no need to call 'noquote()' every time, as it is said in here:
If you use it inside a custom message handler, it would suffice to call 'noquote()' in the constructor.