Add worker_thread.h/.cpp

This commit is contained in:
Gerhard Hoffmann 2024-05-06 06:25:03 +02:00
parent 8945ead5d6
commit 46c481b862

View File

@ -70,12 +70,14 @@ SOURCES += \
mainwindow.cpp \
sender_thread.cpp \
receiver_thread.cpp \
worker_thread.cpp \
../common/src/message_handler.cpp
HEADERS += \
mainwindow.h \
sender_thread.h \
receiver_thread.h \
worker_thread.h \
../common/include/message_handler.h
OTHER_FILES += \