Quote Originally Posted by jpn View Post
Indeed, as QListIterator docs state:

Also, may I ask what's the point of allocating doubles on the heap? Notice that QList is an implicitly shared class.

Thanks for you information.
yes you are right. There is no need for <double*>.
But it was just an example.


I have tried with QMutableListIterator . its working perfectly
thanks