mirror of
https://github.com/FAUSheppy/speech-server-client-qt
synced 2025-12-07 09:21:35 +01:00
refactor networking for use in multiple windows
This commit is contained in:
@@ -28,13 +28,17 @@ SOURCES += \
|
||||
main.cpp \
|
||||
mainwindow.cpp \
|
||||
notificationwidget.cpp \
|
||||
settings.cpp
|
||||
settings.cpp \
|
||||
about.cpp \
|
||||
serverconnection.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
notificationwidget.h \
|
||||
settings.h \
|
||||
settingkeys.h
|
||||
settingkeys.h \
|
||||
about.h \
|
||||
serverconnection.h
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui \
|
||||
|
||||
Reference in New Issue
Block a user