remove unused BeginPaintInfo::windowSurfaceRecreated member

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2020-11-24 13:05:18 +00:00
parent d99931ba86
commit e3d09ded55

View file

@ -55,10 +55,9 @@ QT_BEGIN_NAMESPACE
class QWindowSurface;
struct BeginPaintInfo {
inline BeginPaintInfo() : wasFlushed(false), nothingToPaint(false), windowSurfaceRecreated(false) {}
inline BeginPaintInfo() : wasFlushed(false), nothingToPaint(false) {}
bool wasFlushed;
bool nothingToPaint;
bool windowSurfaceRecreated;
};
class Q_AUTOTEST_EXPORT QWidgetBackingStore