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:
defnax 2010-09-01 21:54:07 +00:00
parent ea810034c9
commit c8de865e1a
4 changed files with 207 additions and 195 deletions

View file

@ -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;