src/misc.h

changeset 504
6a1fa662bfc1
parent 503
bebe09014dd6
child 507
fc76d38c3530
--- a/src/misc.h	Wed Oct 16 16:40:42 2013 +0300
+++ b/src/misc.h	Wed Oct 16 16:47:40 2013 +0300
@@ -65,7 +65,7 @@
 	CustomPoint
 };
 
-vertex rotPoint (const List<LDObject*>& objs);
+vertex rotPoint (const QList<LDObject*>& objs);
 void configRotationPoint();
 
 // =============================================================================
@@ -98,7 +98,7 @@
 		double scale;
 	};
 
-	typedef List<SolutionComponent> SolutionType;
+	typedef QList<SolutionComponent> SolutionType;
 
 	RingFinder() {}
 	bool findRings (double r0, double r1);

mercurial