Mon, 04 Jun 2018 23:22:52 +0300
fix compiler warnings
#include "cylindereditor.h" #include "ui_cylindereditor.h" CylinderEditor::CylinderEditor(QWidget *parent) : QDialog(parent), ui(new Ui::CylinderEditor) { ui->setupUi(this); } CylinderEditor::~CylinderEditor() { delete ui; }