Skip to content

Commit

Permalink
Fix wrong closing brace position
Browse files Browse the repository at this point in the history
Regression from 0086bf8.
PR qbittorrent#16172.
  • Loading branch information
thalieht authored and glassez committed Jan 21, 2022
1 parent d9bd97a commit e8f5351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/transferlistwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,9 @@ void TransferListWidget::displayListMenu(const QPoint &)
? (prioritizeFirstLast ? Qt::Checked : Qt::Unchecked)
: Qt::PartiallyChecked);
listMenu->addAction(actionFirstLastPiecePrio);
}

addedPreviewAction = true;
}

if (addedPreviewAction)
listMenu->addSeparator();
Expand Down

0 comments on commit e8f5351

Please sign in to comment.