mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Note to self.
This commit is contained in:
@@ -686,5 +686,9 @@ QVariantMap
|
|||||||
QtScriptResolver::resolverCollections()
|
QtScriptResolver::resolverCollections()
|
||||||
{
|
{
|
||||||
return QVariantMap(); //TODO: add a way to distinguish collections
|
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.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user