mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-28 10:32:22 -04:00
Redesign the Message Item feed
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3425 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ea810034c9
commit
c8de865e1a
4 changed files with 207 additions and 195 deletions
|
@ -34,7 +34,7 @@ class MsgItem : public QWidget, private Ui::MsgItem
|
|||
|
||||
public:
|
||||
/** Default Constructor */
|
||||
MsgItem(FeedHolder *parent, uint32_t feedId, std::string msgId, bool isHome);
|
||||
MsgItem(FeedHolder *parent, uint32_t feedId, std::string peerId, std::string msgId, bool isHome);
|
||||
|
||||
/** Default Destructor */
|
||||
|
||||
|
@ -52,6 +52,7 @@ private slots:
|
|||
void replyMsg();
|
||||
|
||||
void updateItem();
|
||||
void updateAvatar(const QString &peer_id);
|
||||
|
||||
private:
|
||||
FeedHolder *mParent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue