1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:37:44 +00:00

CatDog: Move the main widget into its own file

This commit is contained in:
Gunnar Beutner 2021-05-09 10:19:20 +02:00 committed by Andreas Kling
parent c5ceff33b5
commit e229914a74
4 changed files with 188 additions and 164 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
CatDog.cpp
main.cpp
)