kdecore: KTemporaryFile documentation correction

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2022-10-24 04:05:13 +03:00
parent f433324deb
commit 2e69366e51

View file

@ -138,7 +138,7 @@ public:
* If @p pathtemplate is empty the result will have 10 characters, the * If @p pathtemplate is empty the result will have 10 characters, the
* standard temporary directory prepended along with the main component * standard temporary directory prepended along with the main component
* name. Otherwise any 'X' in @p pathtemplate is replaced with random * name. Otherwise any 'X' in @p pathtemplate is replaced with random
* character. The standard temporary directory prepended along with the * character. The standard temporary directory is prepended along with the
* main component name unless @p pathtemplate is absolute path. * main component name unless @p pathtemplate is absolute path.
* *
* @param pathtemplate The template to use when generating filepath. * @param pathtemplate The template to use when generating filepath.