diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-09 09:31:42 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-09-09 09:31:42 (GMT) |
commit | b17cc4918bfc4b250293000bdabcb8f2dbdec787 (patch) | |
tree | bbe1e3cad09039d32c56072eb0ce04463712d25a /src/gui/styles/qwindowsstyle.cpp | |
parent | 36ec92315aaf9f155fc12fd09d1fa7d80338a2b8 (diff) | |
parent | 515828f43d1aeee3ad50f6da55a12afce43f1557 (diff) | |
download | Qt-b17cc4918bfc4b250293000bdabcb8f2dbdec787.zip Qt-b17cc4918bfc4b250293000bdabcb8f2dbdec787.tar.gz Qt-b17cc4918bfc4b250293000bdabcb8f2dbdec787.tar.bz2 |
Merge commit 'origin/4.6'
Diffstat (limited to 'src/gui/styles/qwindowsstyle.cpp')
-rw-r--r-- | src/gui/styles/qwindowsstyle.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/styles/qwindowsstyle.cpp b/src/gui/styles/qwindowsstyle.cpp index 419aef1..742b5b0 100644 --- a/src/gui/styles/qwindowsstyle.cpp +++ b/src/gui/styles/qwindowsstyle.cpp @@ -1770,8 +1770,6 @@ case PE_FrameDockWidget: #endif // QT_NO_PROGRESSBAR case PE_FrameTabWidget: { - QRect rect = opt->rect; - QPalette pal = opt->palette; qDrawWinButton(p, opt->rect, opt->palette, false, 0); break; } |