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/kcmdolphinnavigation.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/kcmdolphinnavigation.h')
| -rw-r--r-- | src/settings/kcm/kcmdolphinnavigation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/settings/kcm/kcmdolphinnavigation.h b/src/settings/kcm/kcmdolphinnavigation.h index 2bcc7abab..7eb6b26e7 100644 --- a/src/settings/kcm/kcmdolphinnavigation.h +++ b/src/settings/kcm/kcmdolphinnavigation.h @@ -32,14 +32,14 @@ class DolphinNavigationConfigModule : public KCModule Q_OBJECT public: - DolphinNavigationConfigModule(QWidget* parent, const QVariantList& args); + DolphinNavigationConfigModule(QWidget *parent, const QVariantList &args); ~DolphinNavigationConfigModule() override; void save() override; void defaults() override; private: - NavigationSettingsPage* m_navigation; + NavigationSettingsPage *m_navigation; }; #endif |
