Ah, I messed it up. Once again. at() is returning a const reference, but value returning a value (which is not const for the returning value, this it what I meant). I will never keep that in mind...EDIT: Without a temporary QString you have to use the [] operator.const T & at ( int i ) const
T value ( int i ) const






Reply With Quote
Bookmarks