using const method
This commit is contained in:
parent
e306907802
commit
9443111b05
|
@ -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…
Reference in New Issue