branchobj.h
changeset 404 53efc2562a7d
parent 395 7ced3733ba60
child 406 1c8ff1928b97
     1.1 --- a/branchobj.h	Mon Nov 20 12:12:00 2006 +0000
     1.2 +++ b/branchobj.h	Mon Nov 20 12:12:02 2006 +0000
     1.3 @@ -128,7 +128,7 @@
     1.4  	static BranchObj* itLast;		// iterator for first(), next()
     1.5  	static BranchObj* itFirst;		// first iterator for first(), next()
     1.6      BranchObjPtrList branch;		// all child branches
     1.7 -	Q3PtrList<FloatImageObj> floatimage;	// child images
     1.8 +	QList<FloatImageObj*> floatimage;// child images
     1.9  	Q3PtrList<XLinkObj> xlink;		// xlinks to other branches
    1.10  public:	
    1.11  	float angle;					// used in mainbranch to reorder mainbranches