src/Primitives.cc

changeset 683
b7460d693f63
parent 633
34d18b9c2cab
child 639
851634b85893
equal deleted inserted replaced
682:c382df477b0c 683:b7460d693f63
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.cxx"
29 28
30 QList<PrimitiveCategory*> g_PrimitiveCategories; 29 QList<PrimitiveCategory*> g_PrimitiveCategories;
31 QList<Primitive> g_primitives; 30 QList<Primitive> g_primitives;
32 static PrimitiveScanner* g_activeScanner = null; 31 static PrimitiveScanner* g_activeScanner = null;
33 PrimitiveCategory* g_unmatched = null; 32 PrimitiveCategory* g_unmatched = null;

mercurial