|
|
@ -176,7 +176,7 @@ void PeerListWidget::showPeerListMenu(QPoint) { |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if(act == copyIPAct) { |
|
|
|
if(act == copyIPAct) { |
|
|
|
#ifdef Q_WS_WIN |
|
|
|
#if defined(Q_WS_WIN) || defined(Q_OS_OS2) |
|
|
|
QApplication::clipboard()->setText(selectedPeerIPs.join("\r\n")); |
|
|
|
QApplication::clipboard()->setText(selectedPeerIPs.join("\r\n")); |
|
|
|
#else |
|
|
|
#else |
|
|
|
QApplication::clipboard()->setText(selectedPeerIPs.join("\n")); |
|
|
|
QApplication::clipboard()->setText(selectedPeerIPs.join("\n")); |
|
|
|