2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

new flat boxes started

This commit is contained in:
John Preston
2015-10-03 13:09:09 +03:00
parent bd4d43daaf
commit e3e774176e
62 changed files with 785 additions and 645 deletions

View File

@@ -274,6 +274,7 @@ public:
bool isLoaded() const {
return !_loading;
}
void clearSel();
QMap<UserData*, bool> already() const;
@@ -298,7 +299,6 @@ public slots:
private:
void updateSelectedRow();
void clearSel();
MemberData *data(int32 index);
void membersReceived(const MTPchannels_ChannelParticipants &result, mtpRequestId req);