Форматирование кода

This commit is contained in:
Andrei Astafev 2020-04-14 13:48:28 +03:00
parent 68deb0c6d5
commit 0790d78cf4
2 changed files with 10 additions and 8 deletions

View File

@ -7,4 +7,5 @@ TestWindow::TestWindow(QMainWindow* parent) :
setupUi( this ); setupUi( this );
} }
TestWindow::~TestWindow() = default; TestWindow::~TestWindow() = default;

View File

@ -7,7 +7,8 @@
#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 );