QTfrontend/hwform.cpp
changeset 11852 d7227dc3b397
parent 11851 5edd66c2d422
child 11863 35208f442daf
equal deleted inserted replaced
11851:5edd66c2d422 11852:d7227dc3b397
  1710 }
  1710 }
  1711 
  1711 
  1712 void HWForm::closeEvent(QCloseEvent *event)
  1712 void HWForm::closeEvent(QCloseEvent *event)
  1713 {
  1713 {
  1714     config->SaveOptions();
  1714     config->SaveOptions();
  1715 if VIDEOREC
  1715 #ifdef VIDEOREC
  1716     config->SaveVideosOptions();
  1716     config->SaveVideosOptions();
  1717 #endif
  1717 #endif
  1718     event->accept();
  1718     event->accept();
  1719 }
  1719 }
  1720 
  1720