separated request class

This commit is contained in:
Santiago Lema 2025-05-07 06:31:50 -03:00
parent 2dd76e787e
commit c8523bc115
8 changed files with 336 additions and 209 deletions

View file

@ -31,7 +31,8 @@ APP_MIME_SIG = application/x-vnd.SLema-DumBer
# same name (source.c or source.cpp) are included from different directories.
# Also note that spaces in folder names do not work well with this Makefile.
SRCS = App.cpp \
MainWindow.cpp
MainWindow.cpp \
Conversation.cpp
# Specify the resource definition files to use. Full or relative paths can be
# used.