View Single Post
Venemo's Avatar
Posts: 1,296 | Thanked: 1,773 times | Joined on Aug 2009 @ Budapest, Hungary
#16
Originally Posted by saxen View Post
service in QList has not be really changed...am i right!? so the only solution is user a list of pointer
Nooo...

Okay. You have a pointer to a list that contains items.

If you give a pointer to someone, it can do whatever it wants to the memory where the pointer points to.

So, basically:
yes, you can change the collection this way.

Again:
Feel free to check how I do this in my own app.
(Hint: CharacterListWindow, EveRefresher, and EveConnector all share a QList<EveCharacter>* and do stuff with it all the time.)