src/download.cpp

changeset 475
1f5ab7410e4d
parent 473
2a84149fe642
child 482
5e96648f416f
equal deleted inserted replaced
474:63838461cb72 475:1f5ab7410e4d
24 #include <QPushButton> 24 #include <QPushButton>
25 #include "download.h" 25 #include "download.h"
26 #include "ui_downloadfrom.h" 26 #include "ui_downloadfrom.h"
27 #include "types.h" 27 #include "types.h"
28 #include "gui.h" 28 #include "gui.h"
29 #include "moc_download.cxx"
30 #include "file.h" 29 #include "file.h"
31 #include "gldraw.h" 30 #include "gldraw.h"
32 31
33 cfg (String, net_downloadpath, ""); 32 cfg (String, net_downloadpath, "");
34 cfg (Bool, net_guesspaths, true); 33 cfg (Bool, net_guesspaths, true);

mercurial