mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:37:45 +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
|
@ -114,7 +114,7 @@ public:
|
|||
int wheel_raw_delta_y() const { return m_wheel_raw_delta_y; }
|
||||
bool is_drag() const { return m_drag; }
|
||||
|
||||
Vector<DeprecatedString> mime_types() const
|
||||
Vector<String> mime_types() const
|
||||
{
|
||||
if (!m_mime_data)
|
||||
return {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue