From 29e394792d4414e61e2ce7907e04cc23cbc37efc Mon Sep 17 00:00:00 2001 From: Katja Marttila Date: Fri, 1 Dec 2017 12:01:55 +0200 Subject: Fix readFile documentation readFile method returns string and not boolean. Fix it to documentation. Change-Id: I8454b423a01e93c747087de662e6795a72db26bd Reviewed-by: Karim Pinter Reviewed-by: Leena Miettinen Reviewed-by: Iikka Eklund --- doc/scripting-api/packagemanagercore.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/scripting-api/packagemanagercore.qdoc b/doc/scripting-api/packagemanagercore.qdoc index ed1972e13..b4fe4c0fb 100644 --- a/doc/scripting-api/packagemanagercore.qdoc +++ b/doc/scripting-api/packagemanagercore.qdoc @@ -334,7 +334,7 @@ */ /*! - \qmlmethod boolean installer::readFile(string filePath, string codecName) + \qmlmethod string installer::readFile(string filePath, string codecName) Returns the contents of the file \a filePath using the encoding specified by \a codecName. The file is read in the text mode, that is, end-of-line -- cgit v1.2.3