svn path=/trunk/KDE/kdelibs/; revision=941649
This commit is contained in:
Laurent Montel 2009-03-20 08:25:20 +00:00
parent 111e6a60c3
commit 72e29219f2

View File

@ -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)) {