mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused BeginPaintInfo::windowSurfaceRecreated member
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
d99931ba86
commit
e3d09ded55
1 changed files with 1 additions and 2 deletions
|
@ -55,10 +55,9 @@ QT_BEGIN_NAMESPACE
|
||||||
class QWindowSurface;
|
class QWindowSurface;
|
||||||
|
|
||||||
struct BeginPaintInfo {
|
struct BeginPaintInfo {
|
||||||
inline BeginPaintInfo() : wasFlushed(false), nothingToPaint(false), windowSurfaceRecreated(false) {}
|
inline BeginPaintInfo() : wasFlushed(false), nothingToPaint(false) {}
|
||||||
bool wasFlushed;
|
bool wasFlushed;
|
||||||
bool nothingToPaint;
|
bool nothingToPaint;
|
||||||
bool windowSurfaceRecreated;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class Q_AUTOTEST_EXPORT QWidgetBackingStore
|
class Q_AUTOTEST_EXPORT QWidgetBackingStore
|
||||||
|
|
Loading…
Add table
Reference in a new issue