DolphinQt: Don't show success message when converting missing file

This commit is contained in:
JosJuice 2020-06-16 10:35:00 +02:00
parent f9f4734237
commit 2b25e1d6b9

View File

@ -331,6 +331,7 @@ void ConvertDialog::Convert()
{
QErrorMessage(this).showMessage(
tr("Failed to open the input file \"%1\".").arg(QString::fromStdString(original_path)));
return;
}
else
{