1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:57:35 +00:00

ImageViewer: Rename QSWidget => ImageViewer::ViewWidget

This commit is contained in:
Andreas Kling 2021-05-14 18:37:08 +02:00
parent 58d73ea36c
commit 3168a4afe8
5 changed files with 44 additions and 34 deletions

View file

@ -1,6 +1,6 @@
set(SOURCES
main.cpp
QSWidget.cpp
ViewWidget.cpp
)
serenity_app(ImageViewer ICON filetype-image)