using const method

This commit is contained in:
Uwe Rathmann 2022-03-24 08:42:54 +01:00
parent cc21fec436
commit 74a09c8f7e

View File

@ -219,7 +219,7 @@ namespace
inline QskLinearBox* buttonBox() const
{
return qobject_cast< QskLinearBox* >( childItems().first() );
return qobject_cast< QskLinearBox* >( childItems().constFirst() );
}
void enableAutoTranslation( bool on )