1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

Abuse^WMassage our use of QFutureInterface

This commit is contained in:
Leo Franchi
2012-07-13 18:09:14 -04:00
parent eef79f6fc2
commit 20759b9b1c

View File

@@ -87,6 +87,7 @@ internalGet( const artist_ptr& artist, const album_ptr& album, bool autoCreate,
item->album = album;
item->type = type;
item->create = autoCreate;
item->promise.reportStarted();
return item;
}