Add worker_thread.h/.cpp
This commit is contained in:
		@@ -70,12 +70,14 @@ SOURCES += \
 | 
				
			|||||||
        mainwindow.cpp \
 | 
					        mainwindow.cpp \
 | 
				
			||||||
        sender_thread.cpp \
 | 
					        sender_thread.cpp \
 | 
				
			||||||
        receiver_thread.cpp \
 | 
					        receiver_thread.cpp \
 | 
				
			||||||
 | 
					        worker_thread.cpp \
 | 
				
			||||||
        ../common/src/message_handler.cpp
 | 
					        ../common/src/message_handler.cpp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
HEADERS += \
 | 
					HEADERS += \
 | 
				
			||||||
        mainwindow.h \
 | 
					        mainwindow.h \
 | 
				
			||||||
        sender_thread.h \
 | 
					        sender_thread.h \
 | 
				
			||||||
        receiver_thread.h \
 | 
					        receiver_thread.h \
 | 
				
			||||||
 | 
					        worker_thread.h \
 | 
				
			||||||
        ../common/include/message_handler.h
 | 
					        ../common/include/message_handler.h
 | 
				
			||||||
 | 
					
 | 
				
			||||||
OTHER_FILES += \
 | 
					OTHER_FILES += \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user