Why is the mark podcasts as seen option gone?

Mathias Panzenböck grosser.meister.morti at gmx.net
Sun Mar 28 19:45:51 CEST 2010


On 03/28/2010 07:22 PM, Leo Franchi wrote:
> Side note: never access a model's internalPointer() from anything
> outside the model itself. You cannot be sure of what it is. If in the
> future the underlying implementation of the model changes, this will
> break. If in the future there is a proxy model added in between, this
> will break. Casting from internalPointer is*only*  to be done in the
> model itself. It is a public method due to C++ quirks, not because it
> is meant to be access externally. Use data() with a custom role for
> all fetching calls.

Yes of course. I meant it more like providing a way to get this pointer through data().
But never mind.

	-panzi


More information about the Amarok-devel mailing list