解决龙芯kylin扫描至pdf多页app保存闪退

This commit is contained in:
yangjiaxuan 2023-07-28 14:57:53 +08:00
parent f61d25f8df
commit de3345a418
1 changed files with 4 additions and 0 deletions

View File

@ -1022,6 +1022,8 @@ void MainWindow::on_newImage(void *image)
{
emit post_new_image(m_scanFileName);
}
m_scanFileName.clear();
}
else if (2 == m_scanType)
{
@ -1196,6 +1198,8 @@ void MainWindow::on_newImage(void *image)
emit post_new_image(m_scanFileName);
++m_aquireIntoSaveParam.m_fileNameStartIndex;
}
m_scanFileName.clear();
}
}