typo fixed

This commit is contained in:
Uwe Rathmann 2021-08-04 18:48:11 +02:00
parent 3606f61c65
commit 12553ee48f

View File

@ -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"