update// added filesystem and reformated addressbook

This commit is contained in:
Strider
2020-05-17 13:18:19 +02:00
parent 57a5df8ae7
commit 4f584ac86e
22 changed files with 615 additions and 8 deletions

View File

@@ -79,7 +79,9 @@ SOURCES += \
src/Model/ContactRequestChatItem.cpp \
src/Model/ContactItem.cpp \
src/Chat/Helper/ChatIDGenerator.cpp \
src/Chat/Chat.cpp
src/Chat/Chat.cpp \
src/FileSystem/FileSystem.cpp \
src/Crypto/FileEncryption.cpp
HEADERS += \
src/firsttimewizard.h \