From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/settingsdialog.h | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'src/settingsdialog.h') diff --git a/src/settingsdialog.h b/src/settingsdialog.h index 160f0748..eca0b266 100644 --- a/src/settingsdialog.h +++ b/src/settingsdialog.h @@ -20,14 +20,16 @@ along with Mod Organizer. If not, see . #ifndef SETTINGSDIALOG_H #define SETTINGSDIALOG_H -#include "tutorabledialog.h" #include "shared/util.h" +#include "tutorabledialog.h" class PluginContainer; class Settings; class SettingsDialog; -namespace Ui { class SettingsDialog; } - +namespace Ui +{ +class SettingsDialog; +} class SettingsTab { @@ -50,7 +52,6 @@ private: SettingsDialog& m_dialog; }; - /** * dialog used to change settings for Mod Organizer. On top of the * settings managed by the "Settings" class, this offers a button to open the @@ -58,19 +59,19 @@ private: **/ class SettingsDialog : public MOBase::TutorableDialog { - Q_OBJECT; - friend class SettingsTab; + Q_OBJECT; + friend class SettingsTab; public: - explicit SettingsDialog( - PluginContainer* pluginContainer, Settings& settings, QWidget* parent = 0); + explicit SettingsDialog(PluginContainer* pluginContainer, Settings& settings, + QWidget* parent = 0); ~SettingsDialog(); /** - * @brief get stylesheet of settings buttons with colored background - * @return string of stylesheet - */ + * @brief get stylesheet of settings buttons with colored background + * @return string of stylesheet + */ QString getColoredButtonStyleSheet() const; PluginContainer* pluginContainer(); @@ -92,4 +93,4 @@ private: PluginContainer* m_pluginContainer; }; -#endif // SETTINGSDIALOG_H +#endif // SETTINGSDIALOG_H -- cgit v1.3.1