diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-07 23:03:28 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-11-07 23:03:28 (GMT) |
commit | 0000d60b8bf38c9869b5f3ca43828f97af5488c7 (patch) | |
tree | 159cc2df7af94d77e6abda5eaa0cbc51376e785b /tests | |
parent | d4ce7d6362019b2769441c09901b489d06621bbc (diff) | |
download | Qt-0000d60b8bf38c9869b5f3ca43828f97af5488c7.zip Qt-0000d60b8bf38c9869b5f3ca43828f97af5488c7.tar.gz Qt-0000d60b8bf38c9869b5f3ca43828f97af5488c7.tar.bz2 |
Use at() instead of operator[] for vectors and lists.
Using operator[] can cause a deep copy if the container is not const.
Some of the containers were const, but I changed all of them to use at() since
its more Qt-style.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions