]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/settings/navigation/navigationsettingspage.h
Add clang-format and format code as in Frameworks
[dolphin.git] / src / settings / navigation / navigationsettingspage.h
index a0c75e7f5d229db785be2543c9d3542bda1757f4..e0f92884fb7acea328186bf0bee344d5451ace86 100644 (file)
@@ -19,7 +19,7 @@ class NavigationSettingsPage : public SettingsPageBase
     Q_OBJECT
 
 public:
-    explicit NavigationSettingsPage(QWidgetparent);
+    explicit NavigationSettingsPage(QWidget *parent);
     ~NavigationSettingsPage() override;
 
     /** @see SettingsPageBase::applySettings() */
@@ -32,10 +32,10 @@ private:
     void loadSettings();
 
 private:
-    QCheckBoxm_openArchivesAsFolder;
-    QCheckBoxm_autoExpandFolders;
-    QRadioButtonm_openNewTabAfterLastTab;
-    QRadioButtonm_openNewTabAfterCurrentTab;
+    QCheckBox *m_openArchivesAsFolder;
+    QCheckBox *m_autoExpandFolders;
+    QRadioButton *m_openNewTabAfterLastTab;
+    QRadioButton *m_openNewTabAfterCurrentTab;
 };
 
 #endif