Fix typing notifications

This commit is contained in:
Nicolas Werner 2023-10-09 00:20:30 +02:00
parent c4d2ec875d
commit 2a687a202a
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
5 changed files with 16 additions and 15 deletions

View file

@ -203,7 +203,7 @@ EventDelegateChooser::DelegateIncubator::setInitialState(QObject *obj)
};
if (!forReply) {
auto row = chooser.room_->idToIndex(currentId);
auto row = chooser.room_->idToIndex(currentId);
auto connection = connect(
chooser.room_,
&QAbstractItemModel::dataChanged,
@ -293,7 +293,7 @@ EventDelegateChooser::DelegateIncubator::statusChanged(QQmlIncubator::Status sta
void
EventDelegateChooser::updatePolish()
{
auto mainChild = qobject_cast<QQuickItem *>(eventIncubator.object());
auto mainChild = qobject_cast<QQuickItem *>(eventIncubator.object());
auto replyChild = qobject_cast<QQuickItem *>(replyIncubator.object());
nhlog::ui()->critical("POLISHING {}", (void *)this);