[Qt-interest] WRONG EXAMPLE CODE: QFileInfo::absoluteFilePath()

Gerald Giese geraldgiese at gmx.de
Sat Mar 7 22:59:25 CET 2009


Doesn't know where to post bugs, so i make it here:

In the help of Qt-Creator 1.0 / Qt 4.5 (with SDK 2009.01, Windows) there 
is a wrong code snipped in function QFileInfo::absoluteFilePath()

code snipped:
     QFileInfo fi("c:/temp/foo"); => fi.absolutePath() => "C:/temp"

the code shows "absolutePath", not "absoluteFilePath" !



More information about the Qt-interest-old mailing list