diff options
author | Harald Sitter <sitter@kde.org> | 2018-10-15 13:40:25 +0200 |
---|---|---|
committer | Harald Sitter <sitter@kde.org> | 2018-10-15 13:44:34 +0200 |
commit | 72aa6e1bf19cb6beb58d56245e925d27030b52de (patch) | |
tree | 22a6bf19f450561068d3cad1bd399b6f2fdb2ac5 | |
parent | 77c6e1b1349e7f945fa8394a75f28a4c4d27eb05 (diff) | |
download | extra-cmake-modules-72aa6e1bf19cb6beb58d56245e925d27030b52de.tar.gz extra-cmake-modules-72aa6e1bf19cb6beb58d56245e925d27030b52de.tar.bz2 |
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
-rw-r--r-- | modules/ECMQmLoader.cpp.in | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |