2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +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

@@ -219,7 +219,7 @@ public:
void createDialog(History *history);
void dlgUpdated(DialogRow *row);
void dlgUpdated(History *row);
void dlgUpdated(History *row, MsgId msgId);
void windowShown();
@@ -443,7 +443,7 @@ public slots:
void showPeerHistory(quint64 peer, qint32 msgId, bool back = false);
void onTopBarClick();
void onPeerShown(PeerData *peer);
void onHistoryShown(History *history, MsgId atMsgId);
void searchInPeer(PeerData *peer);