Merge branch 'main' of http://git.hivekion.com:3000/jiayulong/logplus
This commit is contained in:
commit
adfc79baf5
|
|
@ -1853,6 +1853,8 @@ void QtProjectWidgets::onImportSingleWellLogData()
|
||||||
listFiles.append(file_name);
|
listFiles.append(file_name);
|
||||||
QVector<IConvertor*> vConvertor=pManager.GetSupportConvertors(listFiles[0], &DepthProgress);
|
QVector<IConvertor*> vConvertor=pManager.GetSupportConvertors(listFiles[0], &DepthProgress);
|
||||||
// if (vConvertor.empty()) return ;
|
// if (vConvertor.empty()) return ;
|
||||||
|
if (file_name.isEmpty())
|
||||||
|
return;
|
||||||
if (vConvertor.empty())
|
if (vConvertor.empty())
|
||||||
{
|
{
|
||||||
QMessageBox::information(NULL,"无法识别的文件",listFiles[0]);
|
QMessageBox::information(NULL,"无法识别的文件",listFiles[0]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user