diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-10 11:43:40 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-11-10 11:43:40 -0600 |
commit | 6bcbe0a787127751122109caf4a3cd621e13004e (patch) | |
tree | 5a0f15dcfa9330f1e1dbabe346ba69c848e17bdf /src/kernel/qstyle.cpp | |
parent | f7873ac3368532ee4ab09e77e5112d7b6b1a8069 (diff) | |
parent | d1c672237288068a5e3777d16277221912bc0088 (diff) | |
download | qt3-6bcbe0a787127751122109caf4a3cd621e13004e.tar.gz qt3-6bcbe0a787127751122109caf4a3cd621e13004e.zip |
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/qt3
Diffstat (limited to 'src/kernel/qstyle.cpp')
-rw-r--r-- | src/kernel/qstyle.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/kernel/qstyle.cpp b/src/kernel/qstyle.cpp index 843027d..4e689c2 100644 --- a/src/kernel/qstyle.cpp +++ b/src/kernel/qstyle.cpp @@ -2606,6 +2606,12 @@ QPixmap QStyle::stylePixmap(StylePixmap sp, const QWidget *w, const QStyleOption QStyleControlElementData::QStyleControlElementData() { activePainter = 0; + tickMarkSetting = 0; + comboBoxLineEditFlags = 0; + frameStyle = 0; + comboBoxListBoxFlags = 0; + parentWidgetFlags = 0; + topLevelWidgetFlags = 0; } #endif // QT_NO_STYLE |