Hi,

I have a QLinkedList as a variable member of a class.
I want an iterator(mutable) variable to use it in my class methods without having to create an iterator every time. What I want is like a pointer that points the actual item.

I'm reading about it but I'm not sure how to do it.

Thanks,