mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-23 13:04:23 +00:00
Fix wrong closing brace position
Regression from 0086bf895806346e701cfe56f18fd0b5bdde41ab. PR #16172.
This commit is contained in:
parent
5d69334287
commit
1729b9f29c
@ -1113,8 +1113,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…
x
Reference in New Issue
Block a user