mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
parent
e2b20d2475
commit
edd99f93de
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue