From 12553ee48f611d49a52b336be2162e852be2a5f1 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 4 Aug 2021 18:48:11 +0200 Subject: [PATCH] typo fixed --- examples/iotdashboard/Box.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"