refactor networking for use in multiple windows

This commit is contained in:
Yannik Schmidt
2020-09-03 15:56:31 +02:00
parent 940b39be26
commit 782d34fa35
7 changed files with 237 additions and 96 deletions

View File

@@ -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 \