Skip to content

Commit

Permalink
Version 4.11.2: Fix build with GCC.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 1, 2023
1 parent 7808cc6 commit d031046
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>()
Expand Down

0 comments on commit d031046

Please sign in to comment.