┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/startup/startupsettingspage.h
diff options
context:
space:
mode:
authorSerg Podtynnyi <[email protected]>2023-02-04 00:14:53 +0700
committerSerg Podtynnyi <[email protected]>2023-02-05 12:45:38 +0700
commit38c34eeca315c7be58e65d4d3fb72aaf7b866719 (patch)
tree886e53f20c9c43edc3eb7fe04789716a9bc98ebe /src/settings/startup/startupsettingspage.h
parentffff8af851e3a386c44438337779d0ce7ca98a61 (diff)
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/settings/startup/startupsettingspage.h')
-rw-r--r--src/settings/startup/startupsettingspage.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/settings/startup/startupsettingspage.h b/src/settings/startup/startupsettingspage.h
index 51e7e90c9..b1cf387fa 100644
--- a/src/settings/startup/startupsettingspage.h
+++ b/src/settings/startup/startupsettingspage.h
@@ -25,7 +25,7 @@ class StartupSettingsPage : public SettingsPageBase
Q_OBJECT
public:
- StartupSettingsPage(const QUrl& url, QWidget* parent);
+ StartupSettingsPage(const QUrl &url, QWidget *parent);
~StartupSettingsPage() override;
/** @see SettingsPageBase::applySettings() */
@@ -47,18 +47,18 @@ private:
private:
QUrl m_url;
- QLineEdit* m_homeUrl;
- QWidget* m_homeUrlBoxLayoutContainer;
- QWidget* m_buttonBoxLayoutContainer;
- QRadioButton* m_rememberOpenedTabsRadioButton;
- QRadioButton* m_homeUrlRadioButton;
+ QLineEdit *m_homeUrl;
+ QWidget *m_homeUrlBoxLayoutContainer;
+ QWidget *m_buttonBoxLayoutContainer;
+ QRadioButton *m_rememberOpenedTabsRadioButton;
+ QRadioButton *m_homeUrlRadioButton;
- QCheckBox* m_splitView;
- QCheckBox* m_editableUrl;
- QCheckBox* m_showFullPath;
- QCheckBox* m_filterBar;
- QCheckBox* m_showFullPathInTitlebar;
- QCheckBox* m_openExternallyCalledFolderInNewTab;
+ QCheckBox *m_splitView;
+ QCheckBox *m_editableUrl;
+ QCheckBox *m_showFullPath;
+ QCheckBox *m_filterBar;
+ QCheckBox *m_showFullPathInTitlebar;
+ QCheckBox *m_openExternallyCalledFolderInNewTab;
};
#endif