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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user