src/addObjectDialog.h

changeset 941
f895379d7fab
parent 927
409b82a4765e
equal deleted inserted replaced
940:edc716c1d8e1 941:f895379d7fab
32 class AddObjectDialog : public QDialog 32 class AddObjectDialog : public QDialog
33 { 33 {
34 Q_OBJECT 34 Q_OBJECT
35 35
36 public: 36 public:
37 AddObjectDialog (const LDObjectType type, LDObjectPtr obj, QWidget* parent = null); 37 AddObjectDialog (const LDObjectType type, LDObjectPtr obj, QWidget* parent = nullptr);
38 static void staticDialog (const LDObjectType type, LDObjectPtr obj); 38 static void staticDialog (const LDObjectType type, LDObjectPtr obj);
39 39
40 QLabel* lb_typeIcon; 40 QLabel* lb_typeIcon;
41 41
42 // Comment line edit 42 // Comment line edit

mercurial