src/dialogs/cylindereditor.cpp@16eb4257e662
src/dialogs/cylindereditor.cpp
Sun, 17 Jun 2018 13:57:00 +0300
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sun, 17 Jun 2018 13:57:00 +0300
- changeset 1404
- 16eb4257e662
- parent 1395
-
23551de3da36
- permissions
- -rw-r--r--
replaced GLRotationMatrix with QMatrix4x4
#include "cylindereditor.h"
#include "ui_cylindereditor.h"
CylinderEditor::CylinderEditor(QWidget* parent) :
QDialog {parent},
ui {*new Ui_CylinderEditor}
{
ui.setupUi(this);
}
CylinderEditor::~CylinderEditor()
{
delete &ui;
}