QmlJS: Fix compilation with Qt4

Change-Id: I036f2ccf07b836ecff63a055e3204327d006c0d0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
Nikolai Kosjar
2013-11-20 14:29:46 +01:00
parent 180e613e71
commit cae38634e1
2 changed files with 2 additions and 2 deletions

View File

@@ -432,7 +432,7 @@ QString ImportKey::toString() const
res = path();
break;
case ImportType::Library:
res = splitPath.join(QLatin1Char('.'));
res = splitPath.join(QLatin1String("."));
break;
}