equal
deleted
inserted
replaced
516 ui->setAttributeStdSetDef(stdsetdef); |
516 ui->setAttributeStdSetDef(stdsetdef); |
517 |
517 |
518 if (m_extractImages) { |
518 if (m_extractImages) { |
519 Option opt; |
519 Option opt; |
520 opt.extractImages = m_extractImages; |
520 opt.extractImages = m_extractImages; |
|
521 opt.limitXPM_LineLength = (m_options & LimitXPM_LineLength) ? 1 : 0; |
521 opt.qrcOutputFile = m_qrcOutputFile; |
522 opt.qrcOutputFile = m_qrcOutputFile; |
522 CPP::ExtractImages(opt).acceptUI(ui); |
523 CPP::ExtractImages(opt).acceptUI(ui); |
523 |
524 |
524 ui->clearElementImages(); |
525 ui->clearElementImages(); |
525 |
526 |