src/dialogs/cylindereditor.h

changeset 1395
23551de3da36
parent 1391
5fa4bf1fc781
--- a/src/dialogs/cylindereditor.h	Fri Jun 08 23:06:56 2018 +0300
+++ b/src/dialogs/cylindereditor.h	Sun Jun 10 12:12:50 2018 +0300
@@ -1,22 +1,14 @@
-#ifndef CYLINDEREDITOR_H
-#define CYLINDEREDITOR_H
-
+#pragma once
 #include <QDialog>
 
-namespace Ui {
-class CylinderEditor;
-}
-
 class CylinderEditor : public QDialog
 {
 	Q_OBJECT
 
 public:
-	explicit CylinderEditor(QWidget *parent = 0);
+	explicit CylinderEditor(QWidget* parent = nullptr);
 	~CylinderEditor();
 
 private:
-	Ui::CylinderEditor *ui;
+	class Ui_CylinderEditor& ui;
 };
-
-#endif // CYLINDEREDITOR_H

mercurial