mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +00:00
LibCore: Add Core::MimeData class
This object contains zero or more { mime_type, data } entries and will be used for clipboard data as well as drag & drop.
This commit is contained in:
parent
4dc15fc063
commit
3cba9c3c25
3 changed files with 138 additions and 0 deletions
|
@ -11,6 +11,7 @@ OBJS = \
|
|||
UdpSocket.o \
|
||||
UdpServer.o \
|
||||
ElapsedTimer.o \
|
||||
MimeData.o \
|
||||
Notifier.o \
|
||||
HttpRequest.o \
|
||||
HttpResponse.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue