2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Closed beta 10020001: application icon changed.

This commit is contained in:
John Preston
2016-12-19 19:51:29 +03:00
parent 2436ad74bd
commit 0480e02b23
62 changed files with 54 additions and 28 deletions

View File

@@ -55,8 +55,8 @@ ContactsBox::ContactsBox(QWidget*, ChatData *chat, MembersFilter filter)
}
ContactsBox::ContactsBox(QWidget*, ChannelData *channel)
: _creating(CreatingGroupChannel)
, _channel(channel)
: _channel(channel)
, _creating(CreatingGroupChannel)
, _select(createMultiSelect())
, _searchTimer(this) {
}