src/ldObject.cc

changeset 850
a3d72b0e916d
parent 848
68410477c8bb
child 852
cbd89b33f70d
equal deleted inserted replaced
849:4af6f977d04b 850:a3d72b0e916d
25 #include "editHistory.h" 25 #include "editHistory.h"
26 #include "glRenderer.h" 26 #include "glRenderer.h"
27 #include "colors.h" 27 #include "colors.h"
28 #include "glCompiler.h" 28 #include "glCompiler.h"
29 29
30 CFGENTRY (String, defaultName, ""); 30 CFGENTRY (String, DefaultName, "");
31 CFGENTRY (String, defaultUser, ""); 31 CFGENTRY (String, DefaultUser, "");
32 CFGENTRY (Bool, UseCALicense, true); 32 CFGENTRY (Bool, UseCALicense, true);
33 33
34 // List of all LDObjects 34 // List of all LDObjects
35 QMap<long, LDObjectWeakPtr> g_allObjects; 35 QMap<long, LDObjectWeakPtr> g_allObjects;
36 static int32 g_idcursor = 1; // 0 shalt be null 36 static int32 g_idcursor = 1; // 0 shalt be null

mercurial