mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-27 02:55:44 +08:00
refactor: clang-format
This commit is contained in:
@@ -6,9 +6,10 @@
|
||||
#ifndef SWIFT_GUI_ECOSYSTEMCOMBOBOX_H
|
||||
#define SWIFT_GUI_ECOSYSTEMCOMBOBOX_H
|
||||
|
||||
#include "misc/network/ecosystemlist.h"
|
||||
#include <QComboBox>
|
||||
|
||||
#include "misc/network/ecosystemlist.h"
|
||||
|
||||
namespace swift::gui
|
||||
{
|
||||
//! Combo box widget for ecosystems
|
||||
@@ -41,5 +42,5 @@ namespace swift::gui
|
||||
|
||||
swift::misc::network::CEcosystemList m_systems { swift::misc::network::CEcosystemList::allKnownSystems() };
|
||||
};
|
||||
} // ns
|
||||
} // namespace swift::gui
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user