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/settingsdialogmodlist.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/settingsdialogmodlist.h') diff --git a/src/settingsdialogmodlist.h b/src/settingsdialogmodlist.h index 0c0510b5..4489eacd 100644 --- a/src/settingsdialogmodlist.h +++ b/src/settingsdialogmodlist.h @@ -3,8 +3,8 @@ #include -#include "settingsdialog.h" #include "settings.h" +#include "settingsdialog.h" class ModListSettingsTab : public SettingsTab { @@ -20,8 +20,7 @@ protected slots: void updateCollapsibleSeparatorsGroup(); private: - const std::map m_columnToBox; }; -#endif // SETTINGSDIALOGGENERAL_H +#endif // SETTINGSDIALOGGENERAL_H -- cgit v1.3.1