mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 15:56:17 -07:00
Fix warnings from unused variables
This commit is contained in:
parent
fdb0d97b28
commit
a468c84b30
2 changed files with 6 additions and 3 deletions
|
@ -579,6 +579,7 @@ void PropertiesWidget::openFolder(const QModelIndex &index, bool containingFolde
|
|||
// Flush data
|
||||
m_torrent->flushCache();
|
||||
#ifdef Q_OS_MAC
|
||||
Q_UNUSED(containingFolder);
|
||||
MacUtils::openFiles(QSet<QString>{absolutePath});
|
||||
#else
|
||||
if (containingFolder)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue