┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/settings/viewpropertiesdialog.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/viewpropertiesdialog.h
parentffff8af851e3a386c44438337779d0ce7ca98a61 (diff)
Add clang-format and format code as in Frameworks
Diffstat (limited to 'src/settings/viewpropertiesdialog.h')
-rw-r--r--src/settings/viewpropertiesdialog.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/src/settings/viewpropertiesdialog.h b/src/settings/viewpropertiesdialog.h
index c58fda5c0..d1f056fbb 100644
--- a/src/settings/viewpropertiesdialog.h
+++ b/src/settings/viewpropertiesdialog.h
@@ -33,7 +33,7 @@ class DOLPHIN_EXPORT ViewPropertiesDialog : public QDialog
Q_OBJECT
public:
- explicit ViewPropertiesDialog(DolphinView* dolphinView);
+ explicit ViewPropertiesDialog(DolphinView *dolphinView);
~ViewPropertiesDialog() override;
public Q_SLOTS:
@@ -61,22 +61,22 @@ private:
private:
bool m_isDirty;
- DolphinView* m_dolphinView;
- ViewProperties* m_viewProps;
+ DolphinView *m_dolphinView;
+ ViewProperties *m_viewProps;
- QComboBox* m_viewMode;
- QComboBox* m_sortOrder;
- QComboBox* m_sorting;
- QCheckBox* m_sortFoldersFirst;
- QCheckBox* m_sortHiddenLast;
- QCheckBox* m_previewsShown;
- QCheckBox* m_showInGroups;
- QCheckBox* m_showHiddenFiles;
- QRadioButton* m_applyToCurrentFolder;
- QRadioButton* m_applyToSubFolders;
- QRadioButton* m_applyToAllFolders;
- QCheckBox* m_useAsDefault;
- QListWidget* m_listWidget;
+ QComboBox *m_viewMode;
+ QComboBox *m_sortOrder;
+ QComboBox *m_sorting;
+ QCheckBox *m_sortFoldersFirst;
+ QCheckBox *m_sortHiddenLast;
+ QCheckBox *m_previewsShown;
+ QCheckBox *m_showInGroups;
+ QCheckBox *m_showHiddenFiles;
+ QRadioButton *m_applyToCurrentFolder;
+ QRadioButton *m_applyToSubFolders;
+ QRadioButton *m_applyToAllFolders;
+ QCheckBox *m_useAsDefault;
+ QListWidget *m_listWidget;
};
#endif