##// END OF EJS Templates
moved QLine and QLineF to Qt core, Jambi was wrong...
florianlink -
r112:bb379416de63
parent child
Show More
@@ -389,8 +389,6
389 389 <rejection class="QObject" function-name="disconnect"/>
390 390 <rejection class="QObject" function-name="disconnectNotify"/>
391 391 <rejection class="QObject" function-name="registerUserData"/>
392 <rejection class="QObject" function-name="sender"/>
393 <rejection class="QTimer" function-name="singleShot"/>
394 392 <rejection class="QProcess" function-name="pid"/>
395 393 <rejection class="QRegion" function-name="cleanUp"/>
396 394 <rejection class="QSettings" function-name="registerFormat"/>
@@ -421,8 +421,6
421 421 <rejection class="QObject" function-name="disconnect"/>
422 422 <rejection class="QObject" function-name="disconnectNotify"/>
423 423 <rejection class="QObject" function-name="registerUserData"/>
424 <rejection class="QObject" function-name="sender"/>
425 <rejection class="QTimer" function-name="singleShot"/>
426 424 <rejection class="QProcess" function-name="pid"/>
427 425 <rejection class="QRegion" function-name="cleanUp"/>
428 426 <rejection class="QSettings" function-name="registerFormat"/>
@@ -694,7 +692,10
694 692 <modify-function signature="rx()" remove="all"/>
695 693 <modify-function signature="ry()" remove="all"/>
696 694 </value-type>
697
695 <enum-type name="QLineF::IntersectType"/>
696 <value-type name="QLineF"/>
697 <value-type name="QLine"/>
698
698 699 <value-type name="QRect">
699 700 <modify-function signature="getCoords(int*,int*,int*,int*)const">
700 701 <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"/>
@@ -655,8 +654,6
655 654 <value-type name="QItemSelectionRange">
656 655 <modify-function signature="intersect(QItemSelectionRange)const" remove="all"/> <!--### Obsolete in 4.3-->
657 656 </value-type>
658 <value-type name="QLine"/>
659 <value-type name="QLineF"/>
660 657
661 658 <value-type name="QPainterPath">
662 659 <modify-function signature="operator=(QPainterPath)" remove="all"/>
General Comments 0
You need to be logged in to leave comments. Login now