When song is updated in context view, abort any current network jobs.

BUG: 442
This commit is contained in:
craig.p.drummond
2014-03-17 19:48:11 +00:00
parent ebbd225e0a
commit bdf187ac41
15 changed files with 53 additions and 50 deletions

View File

@@ -61,7 +61,7 @@ QStringList ContextEngine::fixQuery(const QStringList &query) const
void ContextEngine::cancel()
{
if (job) {
job->deleteLater();
job->cancelAndDelete();
job=0;
}
}