seems like i have found solution how to properly render buttons
This commit is contained in:
parent
00ffbac6b0
commit
b3c6860e25
7 changed files with 196 additions and 41 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue