summaryrefslogtreecommitdiffstats
path: root/src/kernel/qwidget.h
diff options
context:
space:
mode:
authorDarrell Anderson <[email protected]>2012-11-15 12:46:17 -0600
committerDarrell Anderson <[email protected]>2012-11-15 12:46:17 -0600
commitc4fcfaa593835ff3568310c6937f47d69196f281 (patch)
treed65fcc9cdf7182890ac0b3669be5f09c6968e6ce /src/kernel/qwidget.h
parent6bcbe0a787127751122109caf4a3cd621e13004e (diff)
parent5e04c37a6ce7a090adb9e6ea02a04761dea8a33e (diff)
downloadqt3-c4fcfaa593835ff3568310c6937f47d69196f281.tar.gz
qt3-c4fcfaa593835ff3568310c6937f47d69196f281.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
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