[Development] QString toLower() example - Qt by NOKIA

2013-02-05 Thread Tony Van Eerd
might want to change the toLower() docs: QString str = Qt by NOKIA; str = str.toLower();// str == qt by nokia http://qt-project.org/doc/qt-5.0/qtcore/qstring.html#toLower - This transmission (including any

Re: [Development] QString toLower() example - Qt by NOKIA

2013-02-05 Thread Frederik Gladhorn
Tirsdag 5. februar 2013 17.55.29 skrev Tony Van Eerd: might want to change the toLower() docs: QString str = Qt by NOKIA; str = str.toLower();// str == qt by nokia http://qt-project.org/doc/qt-5.0/qtcore/qstring.html#toLower Done. https://codereview.qt-project.org/#change,46912