How to disable certain console warnings in Qt -


on paint events, qt outputs several warnings in console: "qpainter::begin: painter active"

i disable particular warning because clutters output window , i'm not planning fix it. how can that?

the way remove qt sources , recompile them. easier , reliable fix cause.

p. s. actually, noted in other answer, possible install msg handler , filter out particular message calling strcmp(), that's both ugly , not reliable - if message altered in future version, start appearing again.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

sql server - python to mssql encoding problem -

windows - Python Service Installation - "Could not find PythonClass entry" -