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

Feed top bar placeholder.

This commit is contained in:
John Preston
2018-01-22 20:39:20 +03:00
parent 47ad5ea98a
commit b9ad8bb700
15 changed files with 156 additions and 99 deletions

View File

@@ -110,8 +110,8 @@ public:
void createDialog(Dialogs::Key key);
void removeDialog(Dialogs::Key key);
void dlgUpdated(Dialogs::Mode list, not_null<Dialogs::Row*> row);
void dlgUpdated(not_null<History*> history, MsgId msgId);
void repaintDialogRow(Dialogs::Mode list, not_null<Dialogs::Row*> row);
void repaintDialogRow(not_null<History*> history, MsgId messageId);
void windowShown();
@@ -310,6 +310,8 @@ public:
void documentLoadProgress(DocumentData *document);
void searchInChat(Dialogs::Key chat);
void app_sendBotCallback(
not_null<const HistoryMessageMarkupButton*> button,
not_null<const HistoryItem*> msg,
@@ -357,8 +359,6 @@ public slots:
void updateOnline(bool gotOtherOffline = false);
void checkIdleFinish();
void searchInPeer(PeerData *peer);
void onUpdateNotifySettings();
void onCacheBackground();