mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-26 16:15:10 -07:00
Fix wrong closing brace position
Regression from 0086bf8958
.
PR #16172.
This commit is contained in:
parent
5ac858213b
commit
270e2023cd
1 changed files with 2 additions and 1 deletions
|
@ -1116,8 +1116,9 @@ void TransferListWidget::displayListMenu(const QPoint &)
|
||||||
? (prioritizeFirstLast ? Qt::Checked : Qt::Unchecked)
|
? (prioritizeFirstLast ? Qt::Checked : Qt::Unchecked)
|
||||||
: Qt::PartiallyChecked);
|
: Qt::PartiallyChecked);
|
||||||
listMenu->addAction(actionFirstLastPiecePrio);
|
listMenu->addAction(actionFirstLastPiecePrio);
|
||||||
}
|
|
||||||
addedPreviewAction = true;
|
addedPreviewAction = true;
|
||||||
|
}
|
||||||
|
|
||||||
if (addedPreviewAction)
|
if (addedPreviewAction)
|
||||||
listMenu->addSeparator();
|
listMenu->addSeparator();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue