diff --git a/examples/iotdashboard/Box.cpp b/examples/iotdashboard/Box.cpp index 110fe628..2e9d6d2f 100644 --- a/examples/iotdashboard/Box.cpp +++ b/examples/iotdashboard/Box.cpp @@ -21,7 +21,7 @@ Box::Box( const QString& title, QQuickItem* parent ) auto label = new QskTextLabel( title, this ); label->setFontRole( Skin::TitleFont ); - label->setVisible( !tite.isEmpty() ); + label->setVisible( !title.isEmpty() ); } #include "moc_Box.cpp"