forked from blue/squawk
some work towards encryption
This commit is contained in:
parent
297e08ba41
commit
a7d1a28f29
21 changed files with 129 additions and 81 deletions
|
@ -43,6 +43,7 @@ public:
|
|||
|
||||
Shared::Availability getAvailability() const;
|
||||
Shared::SubscriptionState getState() const;
|
||||
Shared::EncryptionProtocol getEncryption() const;
|
||||
|
||||
QIcon getStatusIcon(bool big = false) const;
|
||||
|
||||
|
@ -78,6 +79,8 @@ protected:
|
|||
void setState(unsigned int p_state);
|
||||
void setStatus(const QString& p_state);
|
||||
void setTrust(const Shared::TrustSummary& p_trust);
|
||||
void setEncryption(Shared::EncryptionProtocol p_enc);
|
||||
void setEncryption(unsigned int p_enc);
|
||||
|
||||
private:
|
||||
Shared::Availability availability;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue