finally launches again, started contact abstraction in server

This commit is contained in:
Blue 2019-04-17 23:08:56 +03:00
parent 7f2657a5b6
commit 7aa519c4ad
8 changed files with 162 additions and 71 deletions

View file

@ -34,6 +34,7 @@ public:
~Archive();
void open(const QString& account);
void close();
void addElement(const Shared::Message& message);
Shared::Message getElement(const QString& id);