Doc: cleanPath also normalizes separators
Change-Id: I0e5c1cd45ad90fceaed931b7014b4542e8aaa9d7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
This commit is contained in:
parent
3b0ed62435
commit
700363c98c
@ -2005,8 +2005,8 @@ bool QDir::match(const QString &filter, const QString &fileName)
|
|||||||
#endif // QT_NO_REGEXP
|
#endif // QT_NO_REGEXP
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Removes all multiple directory separators "/" and resolves any
|
Returns \a path with directory separators normalized (converted to "/") and
|
||||||
"."s or ".."s found in the path, \a path.
|
redundant ones removed, and "."s and ".."s resolved (as far as possible).
|
||||||
|
|
||||||
Symbolic links are kept. This function does not return the
|
Symbolic links are kept. This function does not return the
|
||||||
canonical path, but rather the simplest version of the input.
|
canonical path, but rather the simplest version of the input.
|
||||||
|
Loading…
Reference in New Issue
Block a user