mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02: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();
|
void cancelled();
|
||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
void onPinnedHide();
|
|
||||||
void onFieldBarCancel();
|
|
||||||
|
|
||||||
void onReportSpamClicked();
|
void onReportSpamClicked();
|
||||||
void onReportSpamHide();
|
void onReportSpamHide();
|
||||||
void onReportSpamClear();
|
void onReportSpamClear();
|
||||||
|
|
||||||
void onScroll();
|
void onScroll();
|
||||||
|
|
||||||
void onUnblock();
|
|
||||||
void onBotStart();
|
|
||||||
void onJoinChannel();
|
|
||||||
void onMuteUnmute();
|
|
||||||
void onBroadcastSilentChange();
|
void onBroadcastSilentChange();
|
||||||
|
|
||||||
void onKbToggle(bool manual = true);
|
|
||||||
void onCmdStart();
|
|
||||||
|
|
||||||
void activate();
|
void activate();
|
||||||
void onTextChange();
|
void onTextChange();
|
||||||
|
|
||||||
|
@ -377,6 +367,15 @@ private:
|
||||||
void refreshAboutProxyPromotion();
|
void refreshAboutProxyPromotion();
|
||||||
void unreadCountUpdated();
|
void unreadCountUpdated();
|
||||||
|
|
||||||
|
void toggleMuteUnmute();
|
||||||
|
void toggleKeyboard(bool manual = true);
|
||||||
|
void startBotCommand();
|
||||||
|
void hidePinnedMessage();
|
||||||
|
void cancelFieldAreaState();
|
||||||
|
void unblockUser();
|
||||||
|
void sendBotStartCommand();
|
||||||
|
void joinChannel();
|
||||||
|
|
||||||
void supportInitAutocomplete();
|
void supportInitAutocomplete();
|
||||||
void supportInsertText(const QString &text);
|
void supportInsertText(const QString &text);
|
||||||
void supportShareContact(Support::Contact contact);
|
void supportShareContact(Support::Contact contact);
|
||||||
|
|
Loading…
Add table
Reference in a new issue