summaryrefslogtreecommitdiffstats
path: root/src/kernel/qwidget.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-14 23:45:27 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-14 23:45:27 -0600
commit5e04c37a6ce7a090adb9e6ea02a04761dea8a33e (patch)
treeb361ace08a667135125ac6bf00c82452b61c23d5 /src/kernel/qwidget.h
parent30c5994817cb87f4a291eec0bc6eaec485eefb15 (diff)
downloadqt3-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.h2
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