mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
Fix compilation because of missing method.
The method `getAria2LaunchCmd` doesn't exist in kiwix-lib. Remove it as it now avoid kiwix-desktop to compile correctly. Proper message will be displayed correctly when #351 will be merged.
This commit is contained in:
parent
336329093d
commit
bb9e6202c4
@ -99,7 +99,7 @@ KiwixApp::KiwixApp(int& argc, char *argv[])
|
||||
mp_errorDialog = new QErrorMessage(mp_mainWindow);
|
||||
mp_mainWindow->show();
|
||||
if (!mp_downloader) {
|
||||
showMessage("Impossible to launch downloader<br><br>Aria2 launch command : " + QString::fromStdString(mp_downloader->getAria2LaunchCmd()));
|
||||
showMessage("Impossible to launch downloader.");
|
||||
mpa_actions[ExitAction]->trigger();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user