39 |
39 |
40 // ============================================================================= |
40 // ============================================================================= |
41 // ----------------------------------------------------------------------------- |
41 // ----------------------------------------------------------------------------- |
42 void PartDownloader::k_download() |
42 void PartDownloader::k_download() |
43 { str path = getDownloadPath(); |
43 { str path = getDownloadPath(); |
44 assert (false); |
|
45 |
44 |
46 if (path == "" || QDir (path).exists() == false) |
45 if (path == "" || QDir (path).exists() == false) |
47 { critical (PartDownloader::tr ("You need to specify a valid path for " |
46 { critical (PartDownloader::tr ("You need to specify a valid path for " |
48 "downloaded files in the configuration to download paths.")); |
47 "downloaded files in the configuration to download paths.")); |
49 |
48 |