mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed compile on Linux.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5177 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b344aebbe6
commit
a7eda64872
@ -204,7 +204,7 @@
|
||||
<customwidget>
|
||||
<class>AvatarWidget</class>
|
||||
<extends>QLabel</extends>
|
||||
<header>gui/common/avatarwidget.h</header>
|
||||
<header>gui/common/AvatarWidget.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#define AVATARWIDGET_H
|
||||
|
||||
#include <QLabel>
|
||||
#include <stdint.h>
|
||||
|
||||
namespace Ui {
|
||||
class AvatarWidget;
|
||||
|
Loading…
Reference in New Issue
Block a user