Use QString(int, QChar) instead of QStringLiteral(" ").repeated(int)

Authored by kossebau on Sep 1 2019, 10:46 AM.

Description

Use QString(int, QChar) instead of QStringLiteral(" ").repeated(int)

Summary:
GIT_SILENT

Reviewers: Kate, cullmann

Reviewed By: Kate, cullmann

Subscribers: cullmann, kwrite-devel, kde-frameworks-devel

Tags: Kate, Frameworks

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

Details