Edited comment.
This commit is contained in:
parent
976d5222ff
commit
785b1a344c
@ -207,6 +207,7 @@ void FormStandardImportExport::selectImportFile() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_ui->m_lblSelectFile->setStatus(WidgetWithStatus::Ok, QDir::toNativeSeparators(selected_file), tr("File is selected."));
|
m_ui->m_lblSelectFile->setStatus(WidgetWithStatus::Ok, QDir::toNativeSeparators(selected_file), tr("File is selected."));
|
||||||
|
|
||||||
parseImportFile(selected_file);
|
parseImportFile(selected_file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -300,7 +300,7 @@ void FeedsImportExportModel::importAsTxtURLPerLine(const QByteArray &data) {
|
|||||||
qApp->processEvents();
|
qApp->processEvents();
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
qWarning("Detected empty URL when parsing input TXT (one URL per line) data.");
|
qWarning("Detected empty URL when parsing input TXT [one URL per line] data.");
|
||||||
failed++;
|
failed++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user