mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 07:18:08 +00:00
parent
1e913f46f0
commit
917190d936
@ -182,6 +182,8 @@ PeerListWidget::PeerListWidget(PropertiesWidget *parent)
|
||||
handleSortColumnChanged(header()->sortIndicatorSection());
|
||||
const auto *copyHotkey = new QShortcut(QKeySequence::Copy, this, nullptr, nullptr, Qt::WidgetShortcut);
|
||||
connect(copyHotkey, &QShortcut::activated, this, &PeerListWidget::copySelectedPeers);
|
||||
const auto *deleteHotkey = new QShortcut(QKeySequence::Delete, this, nullptr, nullptr, Qt::WidgetShortcut);
|
||||
connect(deleteHotkey, &QShortcut::activated, this, &PeerListWidget::banSelectedPeers);
|
||||
}
|
||||
|
||||
PeerListWidget::~PeerListWidget()
|
||||
|
Loading…
Reference in New Issue
Block a user