[inline, inherited]
Replaces item at iterator with d.
Definition at line 503 of file qptrlist.h.
References FX::QPtrListIterator< type, allocator >::int_getIterator().
00503 { 00504 *it.int_getIterator()=const_cast<type *>(d); 00505 return true; 00506 } 00507