media->file in error message, when image upload fails
This commit is contained in:
parent
50c3d4ed3a
commit
dbb8eecf29
13 changed files with 48 additions and 183 deletions
|
|
@ -126,7 +126,7 @@ MemberList::MemberList(const QString &room_id, QWidget *parent)
|
|||
qCritical() << e.what();
|
||||
}
|
||||
|
||||
auto closeShortcut = new QShortcut(QKeySequence("ESC"), this);
|
||||
auto closeShortcut = new QShortcut(QKeySequence(QKeySequence::Cancel), this);
|
||||
connect(closeShortcut, &QShortcut::activated, this, &MemberList::close);
|
||||
connect(okBtn, &QPushButton::clicked, this, &MemberList::close);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue