mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 05:51:23 +08:00
clang-format src
This commit is contained in:
@@ -20,9 +20,8 @@ using namespace BlackGui::Views;
|
||||
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
CDbAircraftCategoryComponent::CDbAircraftCategoryComponent(QWidget *parent) :
|
||||
COverlayMessagesFrame(parent),
|
||||
ui(new Ui::CDbAircraftCategoryComponent)
|
||||
CDbAircraftCategoryComponent::CDbAircraftCategoryComponent(QWidget *parent) : COverlayMessagesFrame(parent),
|
||||
ui(new Ui::CDbAircraftCategoryComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setViewWithIndicator(ui->tvp_AircraftCategoryView);
|
||||
@@ -39,7 +38,7 @@ namespace BlackGui::Components
|
||||
}
|
||||
|
||||
CDbAircraftCategoryComponent::~CDbAircraftCategoryComponent()
|
||||
{ }
|
||||
{}
|
||||
|
||||
void CDbAircraftCategoryComponent::onCategoryRead(CEntityFlags::Entity entity, CEntityFlags::ReadState readState, int count)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user