mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
Fixed compile on Linux.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4624 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
29c090fb44
commit
b3bcfe9d30
4 changed files with 7 additions and 7 deletions
|
@ -61,7 +61,7 @@ static bool isSmall(const QSize &size)
|
|||
return false;
|
||||
}
|
||||
|
||||
void AvatarWidget::resizeEvent(QResizeEvent *event)
|
||||
void AvatarWidget::resizeEvent(QResizeEvent */*event*/)
|
||||
{
|
||||
if (mFrameType == NO_FRAME) {
|
||||
return;
|
||||
|
@ -81,7 +81,7 @@ void AvatarWidget::resizeEvent(QResizeEvent *event)
|
|||
refreshStatus();
|
||||
}
|
||||
|
||||
void AvatarWidget::mouseReleaseEvent(QMouseEvent *event)
|
||||
void AvatarWidget::mouseReleaseEvent(QMouseEvent */*event*/)
|
||||
{
|
||||
if (mFlag.isOwnId) {
|
||||
QByteArray ba;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue