1
Graphics / Terrible flickering with Qt
« on: April 22, 2009, 10:35:34 pm »
Yes, it looks like you have to add
virtual QPaintEngine* paintEngine() const {return 0;};
to the class.
virtual QPaintEngine* paintEngine() const {return 0;};
to the class.