You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-construct/libs/qt-x11-free/files/dont-use-includehints.diff

23 lines
803 B

Index: form.cpp
===================================================================
--- tmp/qt-x11-free-3.3.8/tools/designer/uic/form.cpp (revision 459878)
+++ work/qt-x11-free-3.3.8/tools/designer/uic/form.cpp (revision 439328)
@@ -726,16 +726,7 @@
}
n2 = n2.nextSibling().toElement();
}
- } else if ( n.tagName() == "includehints" ) {
- QDomElement n2 = n.firstChild().toElement();
- while ( !n2.isNull() ) {
- if ( n2.tagName() == "includehint" ) {
- QString file = n2.firstChild().toText().data();
- localIncludes += file;
- }
- n2 = n2.nextSibling().toElement();
- }
- }
+ }
}
// additional includes (local or global) and forward declaractions