summary refs log tree commit diff
path: root/src/timeline/EventDelegateChooser.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-09 00:20:30 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-09 00:20:30 +0200
commit2a687a202af605763ce49880cf11379ce4c95d44 (patch)
tree46fe02d6d9d5b91c6cc946090eb1e82166099a96 /src/timeline/EventDelegateChooser.cpp
parentFixup reply and state event rendering (diff)
downloadnheko-2a687a202af605763ce49880cf11379ce4c95d44.tar.xz
Fix typing notifications
Diffstat (limited to 'src/timeline/EventDelegateChooser.cpp')
-rw-r--r--src/timeline/EventDelegateChooser.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/EventDelegateChooser.cpp b/src/timeline/EventDelegateChooser.cpp

index a8629b3e..e2319460 100644 --- a/src/timeline/EventDelegateChooser.cpp +++ b/src/timeline/EventDelegateChooser.cpp
@@ -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);