2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

First version of CalendarBox is done.

Also moved BackgroundBox::Inner declaration inside backgroundbox.cpp
This commit is contained in:
John Preston
2017-03-07 17:03:07 +03:00
parent 6d80471fc9
commit ae977044f6
13 changed files with 600 additions and 78 deletions

View File

@@ -180,6 +180,8 @@ public:
void dlgUpdated(Dialogs::Mode list, Dialogs::Row *row);
void dlgUpdated(PeerData *peer, MsgId msgId);
void showJumpToDate(PeerData *peer);
void windowShown();
void sentUpdatesReceived(uint64 randomId, const MTPUpdates &updates);