mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
Use session() instead of Auth() in HistoryWidget.
This commit is contained in:
parent
9c1ce702bb
commit
801b500aa6
2 changed files with 186 additions and 184 deletions
File diff suppressed because it is too large
Load diff
|
@ -302,24 +302,14 @@ signals:
|
|||
void cancelled();
|
||||
|
||||
public slots:
|
||||
void onPinnedHide();
|
||||
void onFieldBarCancel();
|
||||
|
||||
void onReportSpamClicked();
|
||||
void onReportSpamHide();
|
||||
void onReportSpamClear();
|
||||
|
||||
void onScroll();
|
||||
|
||||
void onUnblock();
|
||||
void onBotStart();
|
||||
void onJoinChannel();
|
||||
void onMuteUnmute();
|
||||
void onBroadcastSilentChange();
|
||||
|
||||
void onKbToggle(bool manual = true);
|
||||
void onCmdStart();
|
||||
|
||||
void activate();
|
||||
void onTextChange();
|
||||
|
||||
|
@ -377,6 +367,15 @@ private:
|
|||
void refreshAboutProxyPromotion();
|
||||
void unreadCountUpdated();
|
||||
|
||||
void toggleMuteUnmute();
|
||||
void toggleKeyboard(bool manual = true);
|
||||
void startBotCommand();
|
||||
void hidePinnedMessage();
|
||||
void cancelFieldAreaState();
|
||||
void unblockUser();
|
||||
void sendBotStartCommand();
|
||||
void joinChannel();
|
||||
|
||||
void supportInitAutocomplete();
|
||||
void supportInsertText(const QString &text);
|
||||
void supportShareContact(Support::Contact contact);
|
||||
|
|
Loading…
Add table
Reference in a new issue