book main | contents | reviews | updates
|
Chapter 11, Section 3.1 Line 70 is currently: << (qint32)r.streetnumber() << (qint32)r.zip() << r.streetnumber(); It is more effective as: << (qint32)r.streetnumber() << (qint32)r.zip() << r.locality(); |
book main | contents | reviews | updates
Copyright 2008 by No Starch Press