QTfrontend/hwform.cpp
changeset 14670 56831f466d1d
parent 14646 e3e6b0c6543f
child 14677 93429d8f6b3f
equal deleted inserted replaced
14669:fd22b6d474e7 14670:56831f466d1d
  2264                    + " --frame-interval " + QString::number(config->timerInterval())
  2264                    + " --frame-interval " + QString::number(config->timerInterval())
  2265                    + " --raw-quality " + QString::number(config->translateQuality()))
  2265                    + " --raw-quality " + QString::number(config->translateQuality()))
  2266                    + (!config->Form->ui.pageOptions->CBTeamTag->isChecked() ? " --no-teamtag" : "")
  2266                    + (!config->Form->ui.pageOptions->CBTeamTag->isChecked() ? " --no-teamtag" : "")
  2267                    + (!config->Form->ui.pageOptions->CBHogTag->isChecked() ? " --no-hogtag" : "")
  2267                    + (!config->Form->ui.pageOptions->CBHogTag->isChecked() ? " --no-hogtag" : "")
  2268                    + (!config->Form->ui.pageOptions->CBHealthTag->isChecked() ? " --no-healthtag" : "")
  2268                    + (!config->Form->ui.pageOptions->CBHealthTag->isChecked() ? " --no-healthtag" : "")
  2269                    + (config->Form->ui.pageOptions->CBTagOpacity->isChecked() ? " --translucent-tags" : "");
  2269                    + (config->Form->ui.pageOptions->CBTagOpacity->isChecked() ? " --translucent-tags" : "")
       
  2270                    + (!config->isHolidaySillinessEnabled() ? " --no-holiday-silliness" : "");
  2270 }
  2271 }
  2271 
  2272 
  2272 void HWForm::AssociateFiles()
  2273 void HWForm::AssociateFiles()
  2273 {
  2274 {
  2274     bool success = true;
  2275     bool success = true;