implement adding new serverconfig

This commit is contained in:
Yannik Schmidt
2020-09-05 21:34:23 +02:00
parent 5a4620191c
commit 4bee34fbd6
7 changed files with 169 additions and 27 deletions

View File

@@ -38,7 +38,8 @@ SOURCES += \
settings.cpp \
about.cpp \
serverconnection.cpp \
serverconfig.cpp
serverconfig.cpp \
multivalueinputdialog.cpp
HEADERS += \
mainwindow.h \
@@ -48,7 +49,8 @@ HEADERS += \
about.h \
serverconnection.h \
serverconfig.h \
urls.h
urls.h \
multivalueinputdialog.h
FORMS += \
mainwindow.ui \