Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.3.1
-
None
Description
QImage mImage = new QImage(...); .... painter = new QPainter(mImage); ...
painter->begin(mImage); // if this line created accidently, QDevice always warning and system going to slowdown but the painter is one.
may checking if painter is same then suspend this warning.