23 #include "MainWindow.h" |
23 #include "MainWindow.h" |
24 #include "Primitives.h" |
24 #include "Primitives.h" |
25 #include "ui_makeprim.h" |
25 #include "ui_makeprim.h" |
26 #include "Misc.h" |
26 #include "Misc.h" |
27 #include "Colors.h" |
27 #include "Colors.h" |
28 #include "moc_Primitives.cpp" |
28 #include "moc_Primitives.cxx" |
29 |
29 |
30 QList<PrimitiveCategory*> g_PrimitiveCategories; |
30 QList<PrimitiveCategory*> g_PrimitiveCategories; |
31 QList<Primitive> g_primitives; |
31 QList<Primitive> g_primitives; |
32 static PrimitiveScanner* g_activeScanner = null; |
32 static PrimitiveScanner* g_activeScanner = null; |
33 PrimitiveCategory* g_unmatched = null; |
33 PrimitiveCategory* g_unmatched = null; |