src/primitives.h

changeset 504
6a1fa662bfc1
parent 503
bebe09014dd6
child 538
2f85d4d286e5
--- a/src/primitives.h	Wed Oct 16 16:40:42 2013 +0300
+++ b/src/primitives.h	Wed Oct 16 16:47:40 2013 +0300
@@ -46,9 +46,9 @@
 			Type type;
 		};
 
-		List<RegexEntry> regexes;
-		List<Primitive> prims;
-		static List<Primitive> uncat;
+		QList<RegexEntry> regexes;
+		QList<Primitive> prims;
+		static QList<Primitive> uncat;
 };
 
 // =============================================================================
@@ -74,10 +74,10 @@
 		void update (int i);
 
 	private:
-		List<Primitive> m_prims;
+		QList<Primitive> m_prims;
 };
 
-extern List<PrimitiveCategory> g_PrimitiveCategories;
+extern QList<PrimitiveCategory> g_PrimitiveCategories;
 
 void loadPrimitives();
 bool primitiveLoaderBusy();
@@ -104,7 +104,7 @@
 		void hiResToggled (bool on);
 };
 
-void makeCircle (int segs, int divs, double radius, List<QLineF>& lines);
+void makeCircle (int segs, int divs, double radius, QList<QLineF>& lines);
 LDFile* generatePrimitive (PrimitiveType type, int segs, int divs, int num);
 
 // Gets a primitive by the given specs. If the primitive cannot be found, it will

mercurial