Fix warnings from unused variables

This commit is contained in:
Chocobo1 2018-03-12 14:29:58 +08:00
parent fdb0d97b28
commit a468c84b30
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
2 changed files with 6 additions and 3 deletions

View file

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