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

Use Info::Controller for the whole info section.

This commit is contained in:
John Preston
2017-10-31 22:25:22 +04:00
parent c9152b0b3a
commit 86ad15612a
37 changed files with 686 additions and 509 deletions

View File

@@ -81,6 +81,9 @@ public:
auto value() const {
return _changes.events_starting_with_copy(_data);
}
auto changes() const {
return _changes.events();
}
private:
template <typename A, typename B>