diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-14 23:45:27 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-11-14 23:45:27 -0600 |
commit | 5e04c37a6ce7a090adb9e6ea02a04761dea8a33e (patch) | |
tree | b361ace08a667135125ac6bf00c82452b61c23d5 /src/kernel/qwidget.h | |
parent | 30c5994817cb87f4a291eec0bc6eaec485eefb15 (diff) | |
download | qt3-5e04c37a6ce7a090adb9e6ea02a04761dea8a33e.tar.gz qt3-5e04c37a6ce7a090adb9e6ea02a04761dea8a33e.zip |
Increase style method call speed
This breaks the style ABI
Diffstat (limited to 'src/kernel/qwidget.h')
-rw-r--r-- | src/kernel/qwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kernel/qwidget.h b/src/kernel/qwidget.h index 9df9710..44bb24e 100644 --- a/src/kernel/qwidget.h +++ b/src/kernel/qwidget.h @@ -63,6 +63,7 @@ class QFocusData; class QCursor; class QWSRegionManager; class QStyle; +class QStyleControlElementData; class Q_EXPORT QWidget : public QObject, public QPaintDevice { @@ -1086,6 +1087,7 @@ struct Q_EXPORT QWExtra { #endif QRect micro_focus_hint; // micro focus hint QSizePolicy size_policy; + QStyleControlElementData* m_ceData; }; #define Q_DEFINED_QWIDGET |