add user list

This commit is contained in:
2020-05-20 00:09:18 +02:00
parent 4fc3d964ce
commit 021139d669
12 changed files with 115 additions and 15 deletions

View File

@@ -20,7 +20,9 @@ SOURCES += \
view_remove.cpp \
controller_remove.cpp \
view_info.cpp \
controller_info.cpp
controller_info.cpp \
view_user_info.cpp \
controller_user_info.cpp
HEADERS += \
conexion.h \
@@ -35,4 +37,6 @@ HEADERS += \
view_remove.h \
controller_remove.h \
view_info.h \
controller_info.h
controller_info.h \
view_user_info.h \
controller_user_info.h