From e8e95fc33e2e17fbcec2d612152eec088e426f2d Mon Sep 17 00:00:00 2001 From: craig Date: Fri, 17 Feb 2012 18:37:04 +0000 Subject: [PATCH] Qt compile fix --- gui/mainwindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp index 030943cdf..b2b5c0635 100644 --- a/gui/mainwindow.cpp +++ b/gui/mainwindow.cpp @@ -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 \ No newline at end of file +#endif