branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/src/tools/uic3/converter.cpp Mon Jun 21 22:38:13 2010 +0100 +++ b/src/tools/uic3/converter.cpp Thu Jul 22 16:41:55 2010 +0100 @@ -518,6 +518,7 @@ if (m_extractImages) { Option opt; opt.extractImages = m_extractImages; + opt.limitXPM_LineLength = (m_options & LimitXPM_LineLength) ? 1 : 0; opt.qrcOutputFile = m_qrcOutputFile; CPP::ExtractImages(opt).acceptUI(ui);