LayoutEngine: Replace `0` argument with nullptr
Change-Id: I12471468f35c656c3ad0cb4de28fee446dec99ad Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
cde9071322
commit
71e6ab08b0
|
@ -78,7 +78,7 @@ public:
|
|||
if (!sizeHintCacheDirty)
|
||||
return cachedSizeHints;
|
||||
|
||||
QQuickLayout::effectiveSizeHints_helper(m_item, cachedSizeHints, 0, useFallbackToWidthOrHeight);
|
||||
QQuickLayout::effectiveSizeHints_helper(m_item, cachedSizeHints, nullptr, useFallbackToWidthOrHeight);
|
||||
useFallbackToWidthOrHeight = false;
|
||||
|
||||
sizeHintCacheDirty = false;
|
||||
|
|
Loading…
Reference in New Issue