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