qWarning() is used to report warnings and recoverable errors in your
application.
qInfo() is used for informational messages (since Qt 5.5).
This is a backport of Core PR16263
Differential D8372
Use qInfo() if no error occurs PiRK on Nov 12 2020, 08:06. Authored by Tags None Subscribers None
Details
This is a backport of Core PR16263 Those messages can be printed with this command:
Diff Detail
|