minor fix
This commit is contained in:
parent
7f7398de6a
commit
f07bb38e4a
1 changed files with 0 additions and 2 deletions
|
@ -129,9 +129,7 @@ void UserList::showContextMenu(const QPoint &pos, const QModelIndex &index)
|
||||||
if (actionClicked == aDetails) {
|
if (actionClicked == aDetails) {
|
||||||
UserInfoBox *infoWidget = new UserInfoBox(client, true, this, Qt::Dialog | Qt::WindowTitleHint | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint);
|
UserInfoBox *infoWidget = new UserInfoBox(client, true, this, Qt::Dialog | Qt::WindowTitleHint | Qt::CustomizeWindowHint | Qt::WindowCloseButtonHint);
|
||||||
infoWidget->setAttribute(Qt::WA_DeleteOnClose);
|
infoWidget->setAttribute(Qt::WA_DeleteOnClose);
|
||||||
infoWidget->setFixedSize(infoWidget->sizeHint());
|
|
||||||
infoWidget->updateInfo(userName);
|
infoWidget->updateInfo(userName);
|
||||||
infoWidget->show();
|
|
||||||
} else if (actionClicked == aChat)
|
} else if (actionClicked == aChat)
|
||||||
emit openMessageDialog(userName, true);
|
emit openMessageDialog(userName, true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue