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
Post a Comment