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();
|
||||
|
||||
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…
Reference in New Issue