Peter Kümmel wrote:
Georg Baum wrote:
Peter Kümmel wrote:
"I don't know if this will help you, but I got this one time when I
declared a virtual member but failed to define it."
Yes, that was the reason for similar problems in the past, but I could not
find any undefined virtual method. Are we all blind? BTW Abdel your latest
patch does not help either (although callinf the Painter() constructor is a
good idea anyway).
The destructor of QPainter is not virtual.
So here the next idea:
[...]
Or exchanging the inheritance order.
If changing the inheritance order then I prefer this last solution.
Abdel.