zz_addObjectDialog.h

changeset 140
2e8c1626aef7
parent 138
d22d5c1d9e8a
child 150
bcbbdc5454e6
--- a/zz_addObjectDialog.h	Fri Apr 26 03:44:34 2013 +0300
+++ b/zz_addObjectDialog.h	Fri Apr 26 18:11:34 2013 +0300
@@ -34,8 +34,8 @@
 	Q_OBJECT
 	
 public:
-    AddObjectDialog (const LDObjectType_e type, QWidget* parent = null);
-	static void staticDialog (const LDObjectType_e type, ForgeWindow* window);
+    AddObjectDialog (const LDObjectType_e type, LDObject* obj, QWidget* parent = null);
+	static void staticDialog (const LDObjectType_e type, LDObject* obj);
 	
 	QLabel* lb_typeIcon;
 	

mercurial