1
0
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:
thalieht 2022-01-20 06:30:46 +02:00 committed by GitHub
parent 5d69334287
commit 1729b9f29c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1113,8 +1113,9 @@ void TransferListWidget::displayListMenu(const QPoint &)
? (prioritizeFirstLast ? Qt::Checked : Qt::Unchecked)
: Qt::PartiallyChecked);
listMenu->addAction(actionFirstLastPiecePrio);
}
addedPreviewAction = true;
}
if (addedPreviewAction)
listMenu->addSeparator();