use ref
svn path=/trunk/KDE/kdelibs/; revision=941649
This commit is contained in:
parent
111e6a60c3
commit
72e29219f2
@ -103,7 +103,7 @@ path: The path to be processed.
|
||||
corrected: The corrected-case path
|
||||
Returns true on success and false on error, in case of error, corrected is not modified
|
||||
*/
|
||||
bool correctPathCase(const QString path, QString &corrected)
|
||||
bool correctPathCase(const QString& path, QString &corrected)
|
||||
{
|
||||
// early exit check
|
||||
if (QFile::exists(path)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user