mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Put macOS specific functions to MacUtils namespace
This commit is contained in:
@@ -559,7 +559,7 @@ void TransferListWidget::openSelectedTorrentsFolder() const
|
||||
QString path = torrent->contentPath(true);
|
||||
pathsList.insert(path);
|
||||
}
|
||||
openFiles(pathsList);
|
||||
MacUtils::openFiles(pathsList);
|
||||
#else
|
||||
foreach (BitTorrent::TorrentHandle *const torrent, getSelectedTorrents()) {
|
||||
QString path = torrent->contentPath(true);
|
||||
|
||||
Reference in New Issue
Block a user