mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +00:00
Userland: Port lists of mime types to String
This commit is contained in:
parent
e75d694974
commit
9ce2682ce6
15 changed files with 18 additions and 26 deletions
|
@ -63,7 +63,7 @@ ModelIndex Model::index(int row, int column, ModelIndex const&) const
|
|||
return create_index(row, column);
|
||||
}
|
||||
|
||||
bool Model::accepts_drag(ModelIndex const&, Vector<DeprecatedString> const&) const
|
||||
bool Model::accepts_drag(ModelIndex const&, Vector<String> const&) const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue