summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-11 10:47:05 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2010-08-11 10:47:05 (GMT)
commit5fa15620d09df1164cc28aa9b1e646a61f87e909 (patch)
treecfe1065a6e7fa2cf0644500cb55f7ca9b89825ad
parent997e4161cf937aa34a16bb2e708fa1bc7909355f (diff)
downloadQt-5fa15620d09df1164cc28aa9b1e646a61f87e909.zip
Qt-5fa15620d09df1164cc28aa9b1e646a61f87e909.tar.gz
Qt-5fa15620d09df1164cc28aa9b1e646a61f87e909.tar.bz2
Doc: Fixing typo
-rw-r--r--src/gui/styles/qstylesheetstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qstylesheetstyle.cpp b/src/gui/styles/qstylesheetstyle.cpp
index dff525e..92e2c81 100644
--- a/src/gui/styles/qstylesheetstyle.cpp
+++ b/src/gui/styles/qstylesheetstyle.cpp
@@ -4094,7 +4094,7 @@ void QStyleSheetStyle::drawControl(ControlElement ce, const QStyleOption *opt, Q
if (pe1 != PseudoElement_None) {
QRenderRule subRule = renderRule(w, opt, pe1);
if (subRule.bg != 0 || subRule.hasDrawable()) {
- //We test subRule.bg dirrectly because hasBackground() would return false for background:none.
+ //We test subRule.bg directly because hasBackground() would return false for background:none.
//But we still don't want the default drawning in that case (example for QScrollBar::add-page) (task 198926)
subRule.drawRule(p, opt->rect);
} else if (fallback) {