Added close Button for the Info Frame.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3393 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-08-24 15:28:50 +00:00
parent 2e92496aab
commit 0afc0f298e
3 changed files with 42 additions and 0 deletions

View file

@ -572,6 +572,11 @@ void PopupChatDialog::showAvatarFrame(bool show)
}
}
void PopupChatDialog::on_closeInfoFrameButton_clicked()
{
ui.infoframe->setVisible(false);
}
void PopupChatDialog::setColor()
{
bool ok;