refactor: clang-format

This commit is contained in:
Lars Toenning
2024-11-16 11:00:14 +01:00
parent a4a896d82d
commit 97eed9562a
1855 changed files with 10922 additions and 9422 deletions

View File

@@ -6,11 +6,12 @@
#ifndef SWIFT_GUI_COMPONENTS_SETTINGSGUICOMPONENT_H
#define SWIFT_GUI_COMPONENTS_SETTINGSGUICOMPONENT_H
#include "gui/singleapplicationui.h"
#include "gui/settings/guisettings.h"
#include <QFrame>
#include <QScopedPointer>
#include "gui/settings/guisettings.h"
#include "gui/singleapplicationui.h"
namespace Ui
{
class CSettingsGuiComponent;
@@ -56,5 +57,5 @@ namespace swift::gui::components
QScopedPointer<Ui::CSettingsGuiComponent> ui;
swift::misc::CSetting<settings::TGeneralGui> m_guiSettings { this, &CSettingsGuiComponent::guiSettingsChanged };
};
} // ns
} // namespace swift::gui::components
#endif // guard