From 6500876779574a317ffe289958746bbd348074b9 Mon Sep 17 00:00:00 2001 From: David Edmundson <davidedmundson@kde.org> Date: Tue, 1 Apr 2014 16:40:36 +0200 Subject: [PATCH] Fix typo in comment Change-Id: Ic1fff15231907039d0130cd76e4c65e1a48f5457 Reviewed-by: Jens Bache-Wiig <jens.bache-wiig@digia.com> --- src/controls/Private/qquickstyleitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") { -- GitLab