28 #include "mainWindow.h" |
28 #include "mainWindow.h" |
29 #include "ldDocument.h" |
29 #include "ldDocument.h" |
30 #include "glRenderer.h" |
30 #include "glRenderer.h" |
31 #include "configDialog.h" |
31 #include "configDialog.h" |
32 |
32 |
33 CFGENTRY (String, DownloadFilePath, ""); |
33 CFGENTRY (String, DownloadFilePath, "") |
34 CFGENTRY (Bool, GuessDownloadPaths, true); |
34 CFGENTRY (Bool, GuessDownloadPaths, true) |
35 CFGENTRY (Bool, AutoCloseDownloadDialog, true); |
35 CFGENTRY (Bool, AutoCloseDownloadDialog, true) |
36 |
36 |
37 const QString g_unofficialLibraryURL ("http://ldraw.org/library/unofficial/"); |
37 const QString g_unofficialLibraryURL ("http://ldraw.org/library/unofficial/"); |
38 |
38 |
39 // ============================================================================= |
39 // ============================================================================= |
40 // |
40 // |