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:
Matthieu Gautier 2020-02-05 11:11:52 +01:00
parent 336329093d
commit bb9e6202c4

View File

@ -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();
}
}