This commit is contained in:
yangjiaxuan 2024-05-07 16:27:39 +08:00
parent 24e7e35c4b
commit c7d17eb4bc
2 changed files with 1 additions and 2 deletions

View File

@ -1290,6 +1290,7 @@ void hg_settingdialog::slot_checkedClicked()
else
{
m_isMultiOutMode = false;
m_multiColorValue.clear();
}
}

View File

@ -22,8 +22,6 @@ class hg_settingdialog : public QDialog
gb::sane_config_schm *def_value_;
void refresh_control_value(int op_id);
void on_select_scheme(bool apply_to_dev = true);
QString gen_gamma_file_path(void);
QMenu *top_menu_;
QLineEdit *edit_name_;