X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Futils%2Ffreesound.cpp;h=c74054fff62d5231d08f16eb3aef81ad3e8d7899;hb=da7f563b41478da9ef5dc4c0d9fdb089d9b97df8;hp=5cbdf8784688ab287837f99f5a1ed419e70ca40f;hpb=57f8415730951c85e775588db64ef2693d2b3c1f;p=kdenlive diff --git a/src/utils/freesound.cpp b/src/utils/freesound.cpp index 5cbdf878..c74054ff 100644 --- a/src/utils/freesound.cpp +++ b/src/utils/freesound.cpp @@ -117,6 +117,7 @@ void FreeSound::slotShowResults(KJob* job) #endif m_listWidget->blockSignals(false); m_listWidget->setCurrentRow(0); + emit searchDone(); } @@ -204,7 +205,7 @@ void FreeSound::slotParseResults(KJob* job) } html +=""; if (infos.contains("description")) { - html += "" + infos.value("description").toString() + ""; + m_metaInfo.insert("description", infos.value("description").toString()); } } emit gotMetaInfo(html); @@ -226,7 +227,7 @@ bool FreeSound::startItemPreview(QListWidgetItem *item) } -void FreeSound::stopItemPreview(QListWidgetItem *item) +void FreeSound::stopItemPreview(QListWidgetItem */*item*/) { if (m_previewProcess && m_previewProcess->state() != QProcess::NotRunning) { m_previewProcess->close();