[Kstars-devel] Porting to Qt4: avoid pointers in QLists?

kstars@30doradus.org kstars at 30doradus.org
Tue Sep 13 07:17:32 CEST 2005


Hi Thomas,

> Btw, could you just try, if at() instead of [ ] is faster for our case

Actually, I think QList::at() won't be very useful.  It might well be a
bit faster than [], but it returns a const pointer, so the object
cannot be modified.

regards,
Jason




More information about the Kstars-devel mailing list