Skip to content

Commit

Permalink
fix: [cxx] the settings cannot save in cxx project enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyou authored and deepin-mozart committed May 16, 2024
1 parent 81d27eb commit f524392
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ EnvironmentWidget::~EnvironmentWidget()

void EnvironmentWidget::getValues(config::EnvironmentItem &env)
{
env.enable = d->enableEnvCB->isChecked();
env.environments = d->model->getEnvironment();
env.setQDebugLevel(d->enableQDebugLevelCB->isChecked());
}

void EnvironmentWidget::setValues(const config::EnvironmentItem &env)
Expand Down

0 comments on commit f524392

Please sign in to comment.