From 5a68ce07bd32eeb86ea1b0141c3a4fe20acc86a8 Mon Sep 17 00:00:00 2001 From: Jesus Fernandez Date: Tue, 19 Jun 2018 10:48:27 +0200 Subject: Fix function name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace QDir::makepath with QDir::mkpath. Change-Id: Iec91fc332393255843bad915c1064587b5fe543d Reviewed-by: MÃ¥rten Nordheim --- qmake/doc/src/qmake-manual.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qmake') 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) -- cgit v1.2.3