diff options
Diffstat (limited to 'src/tools/uic3/form.cpp')
-rw-r--r-- | src/tools/uic3/form.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/uic3/form.cpp b/src/tools/uic3/form.cpp index df1314f6ea..9df644a0d1 100644 --- a/src/tools/uic3/form.cpp +++ b/src/tools/uic3/form.cpp @@ -256,6 +256,7 @@ void Ui3Reader::createFormDecl(const QDomElement &e) d.option().headerProtection = false; d.option().copyrightHeader = false; d.option().extractImages = m_extractImages; + d.option().limitXPM_LineLength = (m_options & LimitXPM_LineLength) ? 1 : 0; d.option().qrcOutputFile = m_qrcOutputFile; d.option().implicitIncludes = (m_options & ImplicitIncludes) ? 1 : 0; if (trmacro.size()) |