mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:07:36 +00:00
Userland: Store MIME keys as String in Core::MimeData
This commit is contained in:
parent
4f638d3af2
commit
2f35348104
13 changed files with 22 additions and 22 deletions
|
@ -29,7 +29,7 @@ public:
|
|||
void set_mime_data(RefPtr<Core::MimeData> mime_data) { m_mime_data = move(mime_data); }
|
||||
void set_text(DeprecatedString const& text);
|
||||
void set_bitmap(Gfx::Bitmap const* bitmap);
|
||||
void set_data(DeprecatedString const& data_type, DeprecatedString const& data);
|
||||
void set_data(String const& data_type, DeprecatedString const& data);
|
||||
|
||||
Outcome exec();
|
||||
Outcome outcome() const { return m_outcome; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue