summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-08-25 17:39:19 +0200
committerRobert Loehning <robert.loehning@qt.io>2017-08-28 14:36:49 +0000
commite81f430e30635f975dd4635ffb64d66fc1bce355 (patch)
treeb390bf022d43b8bf21dcef13084869c0599768f6 /src
parent48784486a36f60dea882baabc6923f4b59d2bfe6 (diff)
Doc: Fix example
Change-Id: Ic678b69c6c9820701c4cc10c7797f599e5d71b7a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/io/qfileinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/io/qfileinfo.cpp b/src/corelib/io/qfileinfo.cpp
index 11c1e45e63..e80294fb6c 100644
--- a/src/corelib/io/qfileinfo.cpp
+++ b/src/corelib/io/qfileinfo.cpp
@@ -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