After appending an item to a QList which is pointed to by a QMutableListIterator,
I find out the next value of the iterator points outside the list.
Or can't i point the iterator to any where in the list except the beginning and end?
Please i need help.