1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Note to self.

This commit is contained in:
Teo Mrnjavac 2013-01-21 10:59:35 +01:00
parent c705676ec1
commit e36d9294cc

View File

@ -686,5 +686,9 @@ QVariantMap
QtScriptResolver::resolverCollections()
{
return QVariantMap(); //TODO: add a way to distinguish collections
// the resolver should provide a unique ID string for each collection, and then be queriable
// against this ID. doesn't matter what kind of ID string as long as it's unique.
// Then when there's callbacks from a resolver, it sends source name, collection id
// + data.
}