Форматирование кода
This commit is contained in:
parent
68deb0c6d5
commit
0790d78cf4
@ -7,4 +7,5 @@ TestWindow::TestWindow(QMainWindow* parent) :
|
||||
setupUi( this );
|
||||
}
|
||||
|
||||
|
||||
TestWindow::~TestWindow() = default;
|
||||
|
@ -7,7 +7,8 @@
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
class TestWindow : public QMainWindow, private Ui::TestWindow {
|
||||
class TestWindow : public QMainWindow, private Ui::TestWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
TestWindow( QMainWindow* parent = nullptr );
|
||||
|
Loading…
x
Reference in New Issue
Block a user