mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
clang-format src
This commit is contained in:
@@ -19,9 +19,8 @@ using namespace BlackGui::Views;
|
||||
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
CInterpolationComponent::CInterpolationComponent(QWidget *parent) :
|
||||
QFrame(parent),
|
||||
ui(new Ui::CInterpolationComponent)
|
||||
CInterpolationComponent::CInterpolationComponent(QWidget *parent) : QFrame(parent),
|
||||
ui(new Ui::CInterpolationComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
ui->tw_InterpolationSetup->setCurrentIndex(0);
|
||||
@@ -32,7 +31,7 @@ namespace BlackGui::Components
|
||||
}
|
||||
|
||||
CInterpolationComponent::~CInterpolationComponent()
|
||||
{ }
|
||||
{}
|
||||
|
||||
void CInterpolationComponent::displayInterpolationMessages()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user