1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:17:36 +00:00

ClipboardHistory: Replace IconWidget with GUI::Image

This commit is contained in:
Hüseyin ASLITÜRK 2020-06-13 01:37:55 +03:00 committed by Andreas Kling
parent 56e82a2c07
commit 3a676c6fd2
4 changed files with 5 additions and 90 deletions

View file

@ -1,6 +1,5 @@
set(SOURCES
ClipboardHistoryModel.cpp
IconWidget.cpp
main.cpp
)