中晶屏蔽设备初始开机时间

This commit is contained in:
yangjiaxuan 2024-07-27 16:47:05 +08:00
parent fc06f5f56d
commit f4a28b31f2
1 changed files with 2 additions and 0 deletions

View File

@ -2009,6 +2009,7 @@ void hg_settingdialog::slot_buttonAboutClicked()
content += tr("<p>History count: %1</p>").arg(QString::number(data));
}
#if !defined (OEM_ZHONGJING)
info[0] = 0;
ret = m_saneAPI.sane_control_option_api(m_devHandle, (SANE_Int)0x8866, SANE_ACTION_GET_VALUE, info, NULL);
if (ret != SANE_STATUS_GOOD)
@ -2018,6 +2019,7 @@ void hg_settingdialog::slot_buttonAboutClicked()
}
content += tr("<p>Initial startup time: %1</p>").arg(QString(info));
info[0] = 0;
#endif
QMessageBox msg(QMessageBox::NoIcon, title,
content, QMessageBox::Ok, this);