diff --git a/playground/parrots/main.cpp b/playground/parrots/main.cpp index 050e6cb7..c3c42d54 100644 --- a/playground/parrots/main.cpp +++ b/playground/parrots/main.cpp @@ -145,7 +145,7 @@ class MainView : public QskControl m_overlay = new OverlayBox( m_background ); (void )new ForegroundItem( m_overlay ); -#if 1 +#if 0 auto box = new QskBox( m_background ); box->setGeometry( 50, 50, 400, 200 ); box->setFillGradient( Qt::darkBlue );