Thread
:
Problem With QString's 'StartsWith' function
View Single Post
attila77
2010-06-11 , 21:09
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#
9
Another suggestion is to avoid the classic C counter construct and at() or []. Use
foreach (QString s, temp) {
...
}
Faster, less error prone, easier to parallelize later on.
__________________
Blogging about mobile linux -
The Penguin Moves!
Maintainer of
PyQt
(
see introduction
and
docs
),
AppWatch
,
QuickBrownFox
, etc
Quote & Reply
|
The Following User Says Thank You to attila77 For This Useful Post:
fatalsaint
attila77
View Public Profile
Send a private message to attila77
Find all posts by attila77