diff options
author | Fabien Freling <fabien.freling@nokia.com> | 2011-01-26 11:43:02 (GMT) |
---|---|---|
committer | Fabien Freling <fabien.freling@nokia.com> | 2011-01-26 11:43:02 (GMT) |
commit | e1a1ff63d3078b01045a526a54d923ac0bae1032 (patch) | |
tree | a67afb384d375f082a373a4a1ca1df7bd4893e7b /src/gui/kernel/qwidget_p.h | |
parent | 26d25ab46900d84b44e451c2a0a986bfed94a3f4 (diff) | |
download | Qt-e1a1ff63d3078b01045a526a54d923ac0bae1032.zip Qt-e1a1ff63d3078b01045a526a54d923ac0bae1032.tar.gz Qt-e1a1ff63d3078b01045a526a54d923ac0bae1032.tar.bz2 |
Change variable name.
Reviewed-by: Richard Moe Gustavsen
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r-- | src/gui/kernel/qwidget_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h index f5a965c..4e91358 100644 --- a/src/gui/kernel/qwidget_p.h +++ b/src/gui/kernel/qwidget_p.h @@ -860,7 +860,7 @@ public: bool isInUnifiedToolbar; QWindowSurface *unifiedSurface; QPoint toolbar_offset; - bool askedForFlush; + bool flushRequested; #endif // QT_MAC_USE_COCOA void determineWindowClass(); void transferChildren(); |