using const method
This commit is contained in:
parent
cc21fec436
commit
74a09c8f7e
@ -219,7 +219,7 @@ namespace
|
|||||||
|
|
||||||
inline QskLinearBox* buttonBox() const
|
inline QskLinearBox* buttonBox() const
|
||||||
{
|
{
|
||||||
return qobject_cast< QskLinearBox* >( childItems().first() );
|
return qobject_cast< QskLinearBox* >( childItems().constFirst() );
|
||||||
}
|
}
|
||||||
|
|
||||||
void enableAutoTranslation( bool on )
|
void enableAutoTranslation( bool on )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user