##// END OF EJS Templates
moved QLine and QLineF to Qt core, Jambi was wrong...
florianlink -
r111:039840dda6ce
parent child
Show More
@@ -652,7 +652,10
652 652
653 653 <value-type name="QPoint"/>
654 654 <value-type name="QPointF"/>
655
655 <enum-type name="QLineF::IntersectType"/>
656 <value-type name="QLineF"/>
657 <value-type name="QLine"/>
658
656 659 <value-type name="QRect">
657 660 <modify-function signature="getCoords(int*,int*,int*,int*)const">
658 661 <remove/>
@@ -225,7 +225,6
225 225 <enum-type name="QLCDNumber::SegmentStyle"/>
226 226 <enum-type name="QLayout::SizeConstraint"/>
227 227 <enum-type name="QLineEdit::EchoMode"/>
228 <enum-type name="QLineF::IntersectType"/>
229 228 <enum-type name="QListView::Flow"/>
230 229 <enum-type name="QListView::LayoutMode"/>
231 230 <enum-type name="QListView::Movement"/>
@@ -638,8 +637,6
638 637 <value-type name="QItemSelectionRange">
639 638 <modify-function signature="intersect(QItemSelectionRange)const" remove="all"/> <!--### Obsolete in 4.3-->
640 639 </value-type>
641 <value-type name="QLine"/>
642 <value-type name="QLineF"/>
643 640
644 641 <value-type name="QPainterPath">
645 642 <modify-function signature="operator=(QPainterPath)" remove="all"/>
General Comments 0
You need to be logged in to leave comments. Login now