seems like i have found solution how to properly render buttons

This commit is contained in:
Blue 2021-02-02 01:55:15 +03:00
parent 00ffbac6b0
commit b3c6860e25
7 changed files with 196 additions and 41 deletions

View file

@ -76,6 +76,7 @@ public:
SentByMe,
Avatar,
Attach,
Id,
Bulk
};
@ -146,6 +147,7 @@ struct Attachment {
};
struct FeedItem {
QString id;
QString text;
QString sender;
QString avatar;