mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
OS/2 Fix
This commit is contained in:
parent
e51dc6758c
commit
c38ff5b0b7
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ void PeerListWidget::showPeerListMenu(QPoint) {
|
|||
return;
|
||||
}
|
||||
if(act == copyIPAct) {
|
||||
#ifdef Q_WS_WIN
|
||||
#if defined(Q_WS_WIN) || defined(Q_OS_OS2)
|
||||
QApplication::clipboard()->setText(selectedPeerIPs.join("\r\n"));
|
||||
#else
|
||||
QApplication::clipboard()->setText(selectedPeerIPs.join("\n"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue