From 72aa6e1bf19cb6beb58d56245e925d27030b52de Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Mon, 15 Oct 2018 13:40:25 +0200 Subject: style++ Summary: easier to read with spaces SCM_SILENT Reviewers: apol Reviewed By: apol Subscribers: kde-frameworks-devel, kde-buildsystem Tags: #frameworks, #build_system Differential Revision: https://phabricator.kde.org/D16221 --- modules/ECMQmLoader.cpp.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/ECMQmLoader.cpp.in') diff --git a/modules/ECMQmLoader.cpp.in b/modules/ECMQmLoader.cpp.in index 003512d1..05c1a593 100644 --- a/modules/ECMQmLoader.cpp.in +++ b/modules/ECMQmLoader.cpp.in @@ -44,7 +44,7 @@ namespace { QString subPath = QStringLiteral("locale/") + localeDirName + QStringLiteral("/LC_MESSAGES/@QM_LOADER_CATALOG_NAME@.qm"); #if defined(Q_OS_ANDROID) - const QString fullPath = QDir::homePath()+QStringLiteral("/../qt-reserved-files/share/") + subPath; + const QString fullPath = QDir::homePath() + QStringLiteral("/../qt-reserved-files/share/") + subPath; if (!QFile::exists(fullPath)) { return false; } -- cgit v1.2.1