src/dialogs/cylindereditor.h

changeset 1391
5fa4bf1fc781
child 1395
23551de3da36
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/dialogs/cylindereditor.h	Mon Jun 04 23:12:40 2018 +0300
@@ -0,0 +1,22 @@
+#ifndef CYLINDEREDITOR_H
+#define CYLINDEREDITOR_H
+
+#include <QDialog>
+
+namespace Ui {
+class CylinderEditor;
+}
+
+class CylinderEditor : public QDialog
+{
+	Q_OBJECT
+
+public:
+	explicit CylinderEditor(QWidget *parent = 0);
+	~CylinderEditor();
+
+private:
+	Ui::CylinderEditor *ui;
+};
+
+#endif // CYLINDEREDITOR_H

mercurial