diff options
| author | David Edmundson <davidedmundson@kde.org> | 2014-04-01 16:40:36 +0200 |
|---|---|---|
| committer | The Qt Project <gerrit-noreply@qt-project.org> | 2014-04-02 12:20:30 +0200 |
| commit | 6500876779574a317ffe289958746bbd348074b9 (patch) | |
| tree | f93d99ba3b427b5e48f92b8d35c2d8d197961cd7 | |
| parent | b4fd36dedcc112e3ab5818dbc173d5ebf9ae7976 (diff) | |
Fix typo in comment
Change-Id: Ic1fff15231907039d0130cd76e4c65e1a48f5457
Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com>
| -rw-r--r-- | src/controls/Private/qquickstyleitem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controls/Private/qquickstyleitem.cpp b/src/controls/Private/qquickstyleitem.cpp index 4a90e60be..a8af74360 100644 --- a/src/controls/Private/qquickstyleitem.cpp +++ b/src/controls/Private/qquickstyleitem.cpp @@ -967,7 +967,7 @@ QSize QQuickStyleItem::sizeFromContents(int width, int height) size = qApp->style()->sizeFromContents(QStyle::CT_SpinBox, m_styleoption, QSize(width, height + 5)); break; } -#endif // fall trough if not mac +#endif // fall through if not mac case Edit: #ifdef Q_OS_OSX if (style() =="mac") { |
