]> cloud.milkyroute.net Git - dolphin.git/commit
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)
commit76f9d9a5f5c6b2a26d4e7e927a39f52ebf88960c
tree1fc1f0ddea298dc558bc1d2beb0ce841c2eb3b18
parent4788820bec89cb45eab14c0019746546298b76af
Dolphin Service Menu installer cleanup

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
src/settings/services/servicemenuinstaller/servicemenuinstaller.cpp