Documentation bug

Discuss anything related to product development
Post Reply
seasoned_geek
Posts: 254
Joined: Thu Jun 11 2020 12:18 pm

Documentation bug

Post 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
barbara
Posts: 446
Joined: Sat Apr 04 2015 2:32 am
Contact:

Re: Documentation bug

Post by barbara »

Thanks, this will be updated in the next API release. This should be uploaded before the end of September.
Post Reply