src/ldObject.cc

changeset 852
cbd89b33f70d
parent 850
a3d72b0e916d
child 854
403affd33c6e
equal deleted inserted replaced
851:dbed6938238c 852:cbd89b33f70d
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
37 static constexpr int32 g_maxID = (1 << 24); 37 static constexpr int32 g_maxID = (1 << 24);

mercurial