Version 4.11.2: Fix build with GCC.

This commit is contained in:
John Preston 2023-11-02 00:06:42 +04:00
parent 7808cc6d41
commit d031046edb
1 changed files with 0 additions and 1 deletions

View File

@ -2577,7 +2577,6 @@ void ListWidget::showContextMenu(QContextMenuEvent *e, bool showFromTouch) {
: _overElement
? _overElement->data().get()
: nullptr;
const auto overItemView = viewForItem(overItem);
const auto clickedReaction = link
? link->property(
kReactionsCountEmojiProperty).value<Data::ReactionId>()