forked from blue/squawk
cant believe it, first ever encrypted messages!
This commit is contained in:
parent
a7d1a28f29
commit
637eb702a8
10 changed files with 190 additions and 69 deletions
|
@ -37,6 +37,7 @@ public:
|
|||
|
||||
protected slots:
|
||||
void onContactChanged(Models::Item* item, int row, int col);
|
||||
void onEncryptionButtonClicked() override;
|
||||
|
||||
protected:
|
||||
Shared::Message createMessage() const override;
|
||||
|
@ -44,6 +45,7 @@ protected:
|
|||
|
||||
private:
|
||||
void updateState();
|
||||
void updateEncryptionState();
|
||||
|
||||
private:
|
||||
Models::Contact* contact;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue