diff options
| author | Alexander Lohnau <[email protected]> | 2020-05-04 20:30:25 +0200 |
|---|---|---|
| committer | Alexander Lohnau <[email protected]> | 2020-05-04 20:36:15 +0200 |
| commit | fd827e412e56e54f4694dd08d170ac8274edbf9a (patch) | |
| tree | 5b2a3bc6781a144074db1e7565da4bc34fb7b4ab /src/settings/kcm/kcmdolphinviewmodes.h | |
| parent | ddcca5fb912cd91c7c6c535e01fb963869ccaee9 (diff) | |
Dolphin: Cleanup kcms
Summary: Refactor forearch, adjust formatting, remove unnecessary version checks.
Test Plan: Compiles
Reviewers: #dolphin, ngraham, elvisangelaccio, meven
Reviewed By: #dolphin, ngraham
Subscribers: kfm-devel
Tags: #dolphin
Differential Revision: https://phabricator.kde.org/D29377
Diffstat (limited to 'src/settings/kcm/kcmdolphinviewmodes.h')
| -rw-r--r-- | src/settings/kcm/kcmdolphinviewmodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings/kcm/kcmdolphinviewmodes.h b/src/settings/kcm/kcmdolphinviewmodes.h index c3775adff..40965b0e6 100644 --- a/src/settings/kcm/kcmdolphinviewmodes.h +++ b/src/settings/kcm/kcmdolphinviewmodes.h @@ -32,7 +32,7 @@ class DolphinViewModesConfigModule : public KCModule Q_OBJECT public: - DolphinViewModesConfigModule(QWidget* parent, const QVariantList& args); + DolphinViewModesConfigModule(QWidget *parent, const QVariantList &args); ~DolphinViewModesConfigModule() override; void save() override; |
