[resources] Use "/" instead of QDir::separator

Authored by poboiko on Apr 6 2020, 6:34 PM.

Description

[resources] Use "/" instead of QDir::separator

Summary:
As Qt documentation states (https://doc.qt.io/qt-5/qdir.html#separator),
QDir::separator() should not be used to build file paths.

Note to reviewers: I might have confused QStringLiteral vs QLatin1String vs QLatin1Char
in some places, please correct me if I'm wrong

Test Plan: It compiles

Reviewers: dvratil, mlaurent

Reviewed By: mlaurent

Subscribers: kde-pim

Tags: KDE PIM

Differential Revision: https://phabricator.kde.org/D28634

Details

Committed
poboikoApr 9 2020, 10:15 AM
Reviewer
mlaurent
Differential Revision
D28634: [resources] Use "/" instead of QDir::separator
Parents
R44:2b3664e135ac: Fix clazy warning
Branches
Unknown
Tags
Unknown