where do they collections declare that they are queryable?

Ian Monroe ian.monroe at gmail.com
Sun Jul 26 16:54:23 CEST 2009


On Sun, Jul 26, 2009 at 9:21 AM, Casey Link<unnamedrambler at gmail.com> wrote:
>> Or where does CollectionManager figure it
>
> check: CollectionManager::queryMaker()
>
> You'll see a line like:  if( pair.second & CollectionQueryable )
>
> It's using bitwise flags to determine the various Status' of a
> Collection. If you grep for "& CollectionQueryable" you'll see the
> various methods in which it is tested.


I know its tested, but where does that pair.second get set?

Ian


More information about the Amarok-devel mailing list