1
Fork 0
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:
Andreas Kling 2020-02-14 13:17:26 +01:00
parent 4dc15fc063
commit 3cba9c3c25
3 changed files with 138 additions and 0 deletions

View file

@ -11,6 +11,7 @@ OBJS = \
UdpSocket.o \
UdpServer.o \
ElapsedTimer.o \
MimeData.o \
Notifier.o \
HttpRequest.o \
HttpResponse.o \