]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Dolphin Service Menu installer cleanup
authorAlexander Lohnau <alexander.lohnau@gmx.de>
Mon, 13 Apr 2020 16:03:51 +0000 (18:03 +0200)
committerAlexander Lohnau <alexander.lohnau@gmx.de>
Fri, 17 Apr 2020 13:05:36 +0000 (15:05 +0200)
Summary:
This patch contains some smaller formatting/coding style changes
to avoid unrelated changes in other patches.

- Use {} instead of QStringList{} consistently
- Use parehthesese in `UncompressCommand({})` consistently
- Use `QStringList name = {}` instead of `auto name = QStringList{}`
- Add one qAsConst, remove qAsConst if value is already const

Test Plan: Compile, install and run tests

Reviewers: #dolphin, ngraham, nicolasfella

Subscribers: kfm-devel

Tags: #dolphin

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


No differences found