mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
clang-format src
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
#include <blackgui/pluginconfigwindow.h>
|
||||
#include <QScopedPointer>
|
||||
|
||||
namespace Ui { class CSimulatorEmulatedConfigWidget; }
|
||||
namespace Ui
|
||||
{
|
||||
class CSimulatorEmulatedConfigWidget;
|
||||
}
|
||||
namespace BlackSimPlugin::Emulated
|
||||
{
|
||||
/*!
|
||||
@@ -32,7 +35,7 @@ namespace BlackSimPlugin::Emulated
|
||||
virtual ~CSimulatorEmulatedConfigWidget();
|
||||
|
||||
private:
|
||||
QScopedPointer <Ui::CSimulatorEmulatedConfigWidget> ui;
|
||||
QScopedPointer<Ui::CSimulatorEmulatedConfigWidget> ui;
|
||||
};
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user