31 #include "configDialog.h" |
31 #include "configDialog.h" |
32 #include "moc_download.cpp" |
32 #include "moc_download.cpp" |
33 |
33 |
34 cfg (String, net_downloadpath, ""); |
34 cfg (String, net_downloadpath, ""); |
35 cfg (Bool, net_guesspaths, true); |
35 cfg (Bool, net_guesspaths, true); |
36 cfg (Bool, net_autoclose, false); |
36 cfg (Bool, net_autoclose, true); |
37 |
37 |
38 const str g_unofficialLibraryURL ("http://ldraw.org/library/unofficial/"); |
38 const str g_unofficialLibraryURL ("http://ldraw.org/library/unofficial/"); |
39 |
39 |
40 // ============================================================================= |
40 // ============================================================================= |
41 // ----------------------------------------------------------------------------- |
41 // ----------------------------------------------------------------------------- |