1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
This commit is contained in:
Christophe Dumez 2010-06-30 22:32:40 +00:00
parent e51dc6758c
commit c38ff5b0b7

View File

@ -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"));