Thread
:
QDataStream ad QList problem!
View Single Post
saxen
2010-06-03 , 22:49
Posts: 124 | Thanked: 10 times | Joined on Jan 2007 @ Italy
#
10
ok with 2) i've solve problem with >> operator...but anything else is working xD
i'm sure is a reference/pointer stuff. i mean, i'm adding to my QList<Service> a reference Service service in a method called "addItems". Will it be this reference deleted once the addItems is over even if it's now linked in my list?!
so should i use Service * service = new Service() and then add with list->append(*service) ?!
Quote & Reply
|
saxen
View Public Profile
Send a private message to saxen
Find all posts by saxen