src/download.cpp

changeset 514
d78fea0f664c
parent 513
29eb671b34f6
child 526
b29b6fc45ba9
equal deleted inserted replaced
513:29eb671b34f6 514:d78fea0f664c
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

mercurial