Fix function name

Replace QDir::makepath with QDir::mkpath.

Change-Id: Iec91fc332393255843bad915c1064587b5fe543d
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
This commit is contained in:
Jesus Fernandez 2018-06-19 10:48:27 +02:00 committed by Jesus Fernandez
parent ba75a16b41
commit 5a68ce07bd

View File

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