diff options
| author | ruki <[email protected]> | 2025-11-28 22:39:14 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-28 22:39:14 +0800 |
| commit | 2766d4d1065f8daee0b7b5c95f9fd85b03144eb5 (patch) | |
| tree | 648c6e438c1ee829c4f61f8f83c6fef20057ebbb /tests/plugins/pack/qtapp/src/mainwindow.cpp | |
| parent | 574ee096281c94938eb396045f7e96a25df5387b (diff) | |
format code
Diffstat (limited to 'tests/plugins/pack/qtapp/src/mainwindow.cpp')
| -rw-r--r-- | tests/plugins/pack/qtapp/src/mainwindow.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/plugins/pack/qtapp/src/mainwindow.cpp b/tests/plugins/pack/qtapp/src/mainwindow.cpp index 7002a54ea..a20d45d1a 100644 --- a/tests/plugins/pack/qtapp/src/mainwindow.cpp +++ b/tests/plugins/pack/qtapp/src/mainwindow.cpp @@ -3,14 +3,12 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) - , ui(new Ui::MainWindow) -{ + , ui(new Ui::MainWindow) { ui->setupUi(this); setWindowTitle("Qt Widget App"); } -MainWindow::~MainWindow() -{ +MainWindow::~MainWindow() { delete ui; } |
