mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
LibGUI+Userland: Propagate errors in Model::column_name()
This commit is contained in:
committed by
Andreas Kling
parent
94bcb5bea8
commit
f33824d2e9
@@ -30,7 +30,7 @@ int StylePropertiesModel::row_count(GUI::ModelIndex const&) const
|
||||
return m_values.size();
|
||||
}
|
||||
|
||||
String StylePropertiesModel::column_name(int column_index) const
|
||||
ErrorOr<String> StylePropertiesModel::column_name(int column_index) const
|
||||
{
|
||||
switch (column_index) {
|
||||
case Column::PropertyName:
|
||||
|
||||
Reference in New Issue
Block a user