diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-06-17 08:24:49 (GMT) |
---|---|---|
committer | Samuli Piippo <samuli.piippo@digia.com> | 2011-06-09 10:06:15 (GMT) |
commit | 346d5672e3fa6cea919d2173242d9ddad8c71177 (patch) | |
tree | 4dd8993c3a69a5245b3e5df9fb1e81ce2d3f05cb | |
parent | b4a5dd36a7d72affcdfc11a63911c397fd4de4fe (diff) | |
download | Qt-346d5672e3fa6cea919d2173242d9ddad8c71177.zip Qt-346d5672e3fa6cea919d2173242d9ddad8c71177.tar.gz Qt-346d5672e3fa6cea919d2173242d9ddad8c71177.tar.bz2 |
Typo in qcleanlooksstyle.cpp
Task-number: QTBUG-11506
(cherry picked from commit e4fbdd4fde9b8d2acc13268b44caa57405c3db1a)
-rw-r--r-- | src/gui/styles/qcleanlooksstyle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styles/qcleanlooksstyle.cpp b/src/gui/styles/qcleanlooksstyle.cpp index 2fa3e56..793a068 100644 --- a/src/gui/styles/qcleanlooksstyle.cpp +++ b/src/gui/styles/qcleanlooksstyle.cpp @@ -884,7 +884,7 @@ void QCleanlooksStyle::drawPrimitive(PrimitiveElement elem, } painter->restore(); break; -#ifndef QT_NO_LINEDIT +#ifndef QT_NO_LINEEDIT case PE_FrameLineEdit: // fall through #endif // QT_NO_LINEEDIT |