Profile View some changes for testing

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2787 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-04-26 11:33:16 +00:00
parent 38e06135a4
commit 31fb4ce06a
3 changed files with 202 additions and 157 deletions

View file

@ -38,10 +38,12 @@ public:
ProfileView(QWidget *parent = 0);
/** Default Destructor */
void setPeerId(std::string id);
void setPeerId(std::string id);
void clear();
void update();
void loadAvatar();
void clear();
void update();
public slots: