Qt compile fix

This commit is contained in:
craig
2012-02-17 18:37:04 +00:00
committed by craig
parent 24b19fc361
commit e8e95fc33e

View File

@@ -1032,7 +1032,7 @@ void MainWindow::mpdConnectionStateChanged(bool connected)
}
#else
if (host.startsWith('/')) {
showError(tr("Connection to %1 failed").arg(host), true));
showError(tr("Connection to %1 failed").arg(host), true);
} else {
showError(tr("Connection to %1:%2 failed").arg(host).arg(QString::number(MPDConnection::self()->getPort())), true);
}
@@ -2391,4 +2391,4 @@ void MainWindow::replayGain()
dlg->show(songs, udi);
}
}
#endif
#endif