mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
clang-format src
This commit is contained in:
@@ -11,15 +11,14 @@
|
||||
|
||||
namespace BlackGui::Components
|
||||
{
|
||||
CCockpitComAudioDialog::CCockpitComAudioDialog(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
ui(new Ui::CCockpitComAudioDialog)
|
||||
CCockpitComAudioDialog::CCockpitComAudioDialog(QWidget *parent) : QDialog(parent),
|
||||
ui(new Ui::CCockpitComAudioDialog)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setWindowFlags(this->windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
}
|
||||
|
||||
CCockpitComAudioDialog::~CCockpitComAudioDialog()
|
||||
{ }
|
||||
{}
|
||||
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user