Page 1 of 1

Documentation bug

Posted: Thu Sep 09 2021 9:33 pm
by seasoned_geek
https://www.copperspice.com/docs/cs_api/class_qstringparser.html#ae4324c7ceaa527258544422e513acace

example code forgot to pass the string as the first parameter.

qint64 v3 = QStringParser::toInteger<qint64>(&ok, 16); // v3 == 255, ok == true

Re: Documentation bug

Posted: Thu Sep 09 2021 10:29 pm
by barbara
Thanks, this will be updated in the next API release. This should be uploaded before the end of September.