2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 22:46:10 +00:00

Remove twidget header.

This commit is contained in:
John Preston
2019-09-13 15:22:54 +03:00
parent e2f54eb3e9
commit c5845f17ae
188 changed files with 1070 additions and 907 deletions

View File

@@ -539,7 +539,7 @@ void ConfirmContactBox::prepare() {
_contact->initDimensions();
_submit = [=, original = std::move(_submit)](Qt::KeyboardModifiers m) {
const auto weak = make_weak(this);
const auto weak = Ui::MakeWeak(this);
original(m);
if (weak) {
closeBox();