27 #include "Types.h" |
27 #include "Types.h" |
28 #include "MainWindow.h" |
28 #include "MainWindow.h" |
29 #include "Document.h" |
29 #include "Document.h" |
30 #include "GLRenderer.h" |
30 #include "GLRenderer.h" |
31 #include "ConfigurationDialog.h" |
31 #include "ConfigurationDialog.h" |
32 #include "moc_PartDownloader.cxx" |
|
33 |
32 |
34 cfg (String, net_downloadpath, ""); |
33 cfg (String, net_downloadpath, ""); |
35 cfg (Bool, net_guesspaths, true); |
34 cfg (Bool, net_guesspaths, true); |
36 cfg (Bool, net_autoclose, true); |
35 cfg (Bool, net_autoclose, true); |
37 |
36 |