mirror of https://github.com/procxx/kepka.git
Use session() instead of Auth() in HistoryWidget.
This commit is contained in:
parent
9c1ce702bb
commit
801b500aa6
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…
Reference in New Issue