Worklist Job #19499 Mac compile fix

third time's the charm
This commit is contained in:
gaitat 2014-02-21 21:48:44 -05:00
parent e2b20d2475
commit edd99f93de

View file

@ -28,7 +28,7 @@ Sound::Sound(const QUrl& sampleURL, QObject* parent) :
connect(manager, SIGNAL(finished(QNetworkReply*)),
this, SLOT(replyFinished(QNetworkReply*)));
qDebug() << "Requesting file" << sampleURL.fileName();
qDebug() << "Requesting audio file" << sampleURL.toDisplayString();
manager->get(QNetworkRequest(sampleURL));
}