Added patch from braindead:

changed base-class of AvatarWidget to QLabel

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5179 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-05-21 19:37:38 +00:00
parent 443703e61f
commit 25547d0ea8
14 changed files with 14 additions and 14 deletions

View file

@ -1432,7 +1432,7 @@ background: white;}</string>
</customwidget>
<customwidget>
<class>AvatarWidget</class>
<extends>QWidget</extends>
<extends>QLabel</extends>
<header>gui/common/AvatarWidget.h</header>
<container>1</container>
</customwidget>