]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/applyviewpropsjob.cpp
Fix issues if QT_NO_CAST_FROM_ASCII is defined
[dolphin.git] / src / settings / applyviewpropsjob.cpp
index 250f13c1028b5aed981c55ba790c6e83b34674ed..9460377f228789ca7fe7d7c1e2081adc3fcfda19 100644 (file)
@@ -44,7 +44,7 @@ void ApplyViewPropsJob::slotEntries(KIO::Job *, const KIO::UDSEntryList &list)
 
             QUrl url(m_dir);
             url = url.adjusted(QUrl::StripTrailingSlash);
-            url.setPath(url.path() + '/' + name);
+            url.setPath(url.path() + QLatin1Char('/') + name);
 
             Q_ASSERT(m_viewProps);