Doc: Fix example
Change-Id: Ic678b69c6c9820701c4cc10c7797f599e5d71b7a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>bb10
parent
48784486a3
commit
e81f430e30
|
|
@ -864,12 +864,12 @@ QString QFileInfo::suffix() const
|
|||
\b{Note:} The QDir returned always corresponds to the object's
|
||||
parent directory, even if the QFileInfo represents a directory.
|
||||
|
||||
For each of the following, dir() returns a QDir for
|
||||
For each of the following, dir() returns the QDir
|
||||
\c{"~/examples/191697"}.
|
||||
|
||||
\snippet fileinfo/main.cpp 0
|
||||
|
||||
For each of the following, dir() returns a QDir for
|
||||
For each of the following, dir() returns the QDir
|
||||
\c{"."}.
|
||||
|
||||
\snippet fileinfo/main.cpp 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue