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

added channels scheme, made Channel peers and composite ChannelId,MsgId message ids

This commit is contained in:
John Preston
2015-09-03 13:48:40 +03:00
parent 42d297f192
commit 04e1da81f3
38 changed files with 5487 additions and 3141 deletions

View File

@@ -53,7 +53,7 @@ public:
signals:
void playerSongChanged(MsgId msgId);
void playerSongChanged(const FullMsgId &msgId);
private:
@@ -77,7 +77,7 @@ private:
void updateControls();
void findCurrent();
void startPlay(MsgId msgId);
void startPlay(const FullMsgId &msgId);
QPoint _lastMousePos;
void updateSelected();