mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:47:34 +00:00
Ladybird: Update for AK::{String => DeprecatedString} rename
This commit is contained in:
parent
97dd5a085f
commit
5a5c4f079b
29 changed files with 172 additions and 172 deletions
|
@ -32,7 +32,7 @@ int ModelTranslator::rowCount(QModelIndex const& parent) const
|
|||
static QVariant convert_variant(GUI::Variant const& value)
|
||||
{
|
||||
if (value.is_string())
|
||||
return qstring_from_akstring(value.as_string());
|
||||
return qstring_from_ak_deprecated_string(value.as_string());
|
||||
if (value.is_icon()) {
|
||||
auto const& gui_icon = value.as_icon();
|
||||
auto bitmap = gui_icon.bitmap_for_size(16);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue