diff --git a/src/layouts/QskLayoutEngine2D.cpp b/src/layouts/QskLayoutEngine2D.cpp index 22d0c855..a60d10dd 100644 --- a/src/layouts/QskLayoutEngine2D.cpp +++ b/src/layouts/QskLayoutEngine2D.cpp @@ -424,7 +424,9 @@ QSizeF QskLayoutEngine2D::sizeHint( will have no effect and we ignore it to make use of the cached results from unconstrained requests */ +#if 0 qWarning( "QskLayoutEngine2D: constraint will be ignored." ); +#endif } } }