summaryrefslogtreecommitdiffstats
path: root/qmake/doc/src/qmake-manual.qdoc
diff options
context:
space:
mode:
authorJesus Fernandez <jesus.fernandez@qt.io>2018-06-19 10:48:27 +0200
committerJesus Fernandez <Jesus.Fernandez@qt.io>2018-06-21 11:52:36 +0000
commit5a68ce07bd32eeb86ea1b0141c3a4fe20acc86a8 (patch)
tree36e26c49ac36da2200b3b323a29efc3d90d6289d /qmake/doc/src/qmake-manual.qdoc
parentba75a16b419bba1f48480d6b6ff0d13da0805fea (diff)
Fix function name
Replace QDir::makepath with QDir::mkpath. Change-Id: Iec91fc332393255843bad915c1064587b5fe543d Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
Diffstat (limited to 'qmake/doc/src/qmake-manual.qdoc')
-rw-r--r--qmake/doc/src/qmake-manual.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/doc/src/qmake-manual.qdoc b/qmake/doc/src/qmake-manual.qdoc
index 35f24e1793..59c161a223 100644
--- a/qmake/doc/src/qmake-manual.qdoc
+++ b/qmake/doc/src/qmake-manual.qdoc
@@ -3611,7 +3611,7 @@
\section2 mkpath(dirPath)
Creates the directory path \c dirPath. This function is a wrapper around the
- QDir::makepath function.
+ QDir::mkpath function.
\section2 requires(condition)