mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Fix linter issue
This commit is contained in:
parent
08c16a5544
commit
46a77a8c11
1 changed files with 4 additions and 1 deletions
|
@ -524,7 +524,10 @@ ChatPage::ChatPage(QSharedPointer<UserSettings> userSettings, QWidget *parent)
|
|||
connect(this, &ChatPage::messageReply, this, [this](const RelatedInfo &related) {
|
||||
view_manager_->updateReplyingEvent(QString::fromStdString(related.related_event));
|
||||
});
|
||||
connect(view_manager_, &TimelineViewManager::replyClosed, text_input_, &TextInputWidget::closeReplyPopup);
|
||||
connect(view_manager_,
|
||||
&TimelineViewManager::replyClosed,
|
||||
text_input_,
|
||||
&TextInputWidget::closeReplyPopup);
|
||||
|
||||
instance_ = this;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue