mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-03 16:25:54 +08:00
clang-format src
This commit is contained in:
@@ -12,9 +12,8 @@
|
||||
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
CModelBrowserDialog::CModelBrowserDialog(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
ui(new Ui::CModelBrowserDialog)
|
||||
CModelBrowserDialog::CModelBrowserDialog(QWidget *parent) : QDialog(parent),
|
||||
ui(new Ui::CModelBrowserDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user