Fixed compile with Qt 5

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7885 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2015-01-29 14:43:31 +00:00
parent e04ee3f446
commit b7f4e292f1

View File

@ -547,7 +547,7 @@ void IdEditDialog::removeAvatar()
mEditGroup.mMeta.mGroupName = groupname;
mEditGroup.mImage.clear();
ui.avatarLabel->setPixmap(NULL);
ui.avatarLabel->setPixmap(QPixmap());
uint32_t dummyToken = 0;
rsIdentity->updateIdentity(dummyToken, mEditGroup);