Doc: Fix example

Change-Id: Ic678b69c6c9820701c4cc10c7797f599e5d71b7a
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
bb10
Robert Loehning 2017-08-25 17:39:19 +02:00
parent 48784486a3
commit e81f430e30
1 changed files with 2 additions and 2 deletions

View File

@ -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