mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 05:45:35 +08:00
refactor: clang-format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user