update// added rederfcuntion to contactlist (causes segfaul on compiling)

This commit is contained in:
Strider
2020-04-28 22:05:40 +02:00
parent 2efec07e42
commit 30edee0470
9 changed files with 50 additions and 11 deletions

View File

@@ -68,7 +68,8 @@ SOURCES += \
src/camount.cpp \
src/chatbubbleme.cpp \
src/chatbubblepartner.cpp \
src/chatmodel.cpp
src/chatmodel.cpp \
src/contactmodel.cpp
HEADERS += \
src/firsttimewizard.h \
@@ -100,7 +101,8 @@ HEADERS += \
lib/silentdragonlitelib.h \
src/chatbubbleme.h \
src/chatbubblepartner.h \
src/chatmodel.h
src/chatmodel.h \
src/contactmodel.h
FORMS += \
src/encryption.ui \