update// added backwarts compat on addresses
This commit is contained in:
@@ -11,11 +11,11 @@ using json = nlohmann::json;
|
|||||||
class ContactItem
|
class ContactItem
|
||||||
{
|
{
|
||||||
private:
|
private:
|
||||||
QString _myAddress;
|
QString _myAddress = "";
|
||||||
QString _partnerAddress;
|
QString _partnerAddress = "";
|
||||||
QString _name;
|
QString _name = "";
|
||||||
QString _cid;
|
QString _cid = "";
|
||||||
QString _avatar;
|
QString _avatar = ":/icons/res/sdlogo.png";
|
||||||
|
|
||||||
public:
|
public:
|
||||||
ContactItem();
|
ContactItem();
|
||||||
|
|||||||
Reference in New Issue
Block a user