implement server config remove button

This commit is contained in:
Yannik Schmidt
2020-09-07 19:25:01 +02:00
parent 29be79f278
commit 1839b4b28e
5 changed files with 44 additions and 4 deletions

View File

@@ -39,7 +39,8 @@ SOURCES += \
about.cpp \
serverconnection.cpp \
serverconfig.cpp \
multivalueinputdialog.cpp
multivalueinputdialog.cpp \
pushbuttonwithposition.cpp
HEADERS += \
mainwindow.h \
@@ -50,7 +51,8 @@ HEADERS += \
serverconnection.h \
serverconfig.h \
urls.h \
multivalueinputdialog.h
multivalueinputdialog.h \
pushbuttonwithposition.h
FORMS += \
mainwindow.ui \