summaryrefslogtreecommitdiffstats
path: root/src/webengine
diff options
context:
space:
mode:
authorAdam Kallai <kadam@inf.u-szeged.hu>2014-07-24 01:45:30 -0700
committerAdam Kallai <kadam@inf.u-szeged.hu>2014-07-24 11:39:52 +0200
commit0243b5b62912724ed20d4825a54c58ca1b41be19 (patch)
tree1d5c25fad3697f971d8f9632c9a6a2933754e438 /src/webengine
parent69febf7ef05ca5cbec12417cde1d1c5013e064b5 (diff)
Fix warnings produced by QT_ASCII_CAST_WARNINGS in ui delegates
Change-Id: Iffb04ff0c61e7a5e0c42ca224b1b04d0a62c66f8 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'src/webengine')
-rw-r--r--src/webengine/ui_delegates_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webengine/ui_delegates_manager.cpp b/src/webengine/ui_delegates_manager.cpp
index 104b2c333..7790d2d55 100644
--- a/src/webengine/ui_delegates_manager.cpp
+++ b/src/webengine/ui_delegates_manager.cpp
@@ -160,7 +160,7 @@ bool UIDelegatesManager::ensureComponentLoaded(ComponentType type)
#endif
if (!engine)
return false;
- QFileInfo fi(getUIDelegatesImportDir(engine) % '/' % fileName);
+ QFileInfo fi(getUIDelegatesImportDir(engine) % QLatin1Char('/') % fileName);
if (!fi.exists())
return false;
// FIXME: handle async loading