mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
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:
parent
2e92496aab
commit
0afc0f298e
3 changed files with 42 additions and 0 deletions
|
@ -572,6 +572,11 @@ void PopupChatDialog::showAvatarFrame(bool show)
|
|||
}
|
||||
}
|
||||
|
||||
void PopupChatDialog::on_closeInfoFrameButton_clicked()
|
||||
{
|
||||
ui.infoframe->setVisible(false);
|
||||
}
|
||||
|
||||
void PopupChatDialog::setColor()
|
||||
{
|
||||
bool ok;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue