Fix compile warnings

This commit is contained in:
Jonas Kvinge
2019-09-19 17:44:14 +02:00
parent 2f3f4f609c
commit defc0ada78
5 changed files with 11 additions and 3 deletions

View File

@@ -2171,6 +2171,8 @@ void MainWindow::CopyFilesToDevice(const QList<QUrl> &urls) {
else {
QMessageBox::warning(this, tr("Error"), tr("None of the selected songs were suitable for copying to a device"));
}
#else
Q_UNUSED(urls);
#endif
}