--- a/src/dialogs/cylindereditor.cpp Sun Jun 17 14:06:03 2018 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ -#include "cylindereditor.h" -#include "ui_cylindereditor.h" - -CylinderEditor::CylinderEditor(QWidget* parent) : - QDialog {parent}, - ui {*new Ui_CylinderEditor} -{ - ui.setupUi(this); -} - -CylinderEditor::~CylinderEditor() -{ - delete &ui; -}