diff --git a/src/controls/Private/qquickstyleitem.cpp b/src/controls/Private/qquickstyleitem.cpp index 4a90e60be881421ba68d8a538b701160f29ac26f..a8af743609354acd6e6503c7782a693c8f1c73c9 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") {