##// 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 <rejection class="QObject" function-name="disconnect"/>
389 <rejection class="QObject" function-name="disconnect"/>
390 <rejection class="QObject" function-name="disconnectNotify"/>
390 <rejection class="QObject" function-name="disconnectNotify"/>
391 <rejection class="QObject" function-name="registerUserData"/>
391 <rejection class="QObject" function-name="registerUserData"/>
392 <rejection class="QObject" function-name="sender"/>
393 <rejection class="QTimer" function-name="singleShot"/>
394 <rejection class="QProcess" function-name="pid"/>
392 <rejection class="QProcess" function-name="pid"/>
395 <rejection class="QRegion" function-name="cleanUp"/>
393 <rejection class="QRegion" function-name="cleanUp"/>
396 <rejection class="QSettings" function-name="registerFormat"/>
394 <rejection class="QSettings" function-name="registerFormat"/>
@@ -421,8 +421,6
421 <rejection class="QObject" function-name="disconnect"/>
421 <rejection class="QObject" function-name="disconnect"/>
422 <rejection class="QObject" function-name="disconnectNotify"/>
422 <rejection class="QObject" function-name="disconnectNotify"/>
423 <rejection class="QObject" function-name="registerUserData"/>
423 <rejection class="QObject" function-name="registerUserData"/>
424 <rejection class="QObject" function-name="sender"/>
425 <rejection class="QTimer" function-name="singleShot"/>
426 <rejection class="QProcess" function-name="pid"/>
424 <rejection class="QProcess" function-name="pid"/>
427 <rejection class="QRegion" function-name="cleanUp"/>
425 <rejection class="QRegion" function-name="cleanUp"/>
428 <rejection class="QSettings" function-name="registerFormat"/>
426 <rejection class="QSettings" function-name="registerFormat"/>
@@ -694,7 +692,10
694 <modify-function signature="rx()" remove="all"/>
692 <modify-function signature="rx()" remove="all"/>
695 <modify-function signature="ry()" remove="all"/>
693 <modify-function signature="ry()" remove="all"/>
696 </value-type>
694 </value-type>
697
695 <enum-type name="QLineF::IntersectType"/>
696 <value-type name="QLineF"/>
697 <value-type name="QLine"/>
698
698 <value-type name="QRect">
699 <value-type name="QRect">
699 <modify-function signature="getCoords(int*,int*,int*,int*)const">
700 <modify-function signature="getCoords(int*,int*,int*,int*)const">
700 <remove/>
701 <remove/>
@@ -225,7 +225,6
225 <enum-type name="QLCDNumber::SegmentStyle"/>
225 <enum-type name="QLCDNumber::SegmentStyle"/>
226 <enum-type name="QLayout::SizeConstraint"/>
226 <enum-type name="QLayout::SizeConstraint"/>
227 <enum-type name="QLineEdit::EchoMode"/>
227 <enum-type name="QLineEdit::EchoMode"/>
228 <enum-type name="QLineF::IntersectType"/>
229 <enum-type name="QListView::Flow"/>
228 <enum-type name="QListView::Flow"/>
230 <enum-type name="QListView::LayoutMode"/>
229 <enum-type name="QListView::LayoutMode"/>
231 <enum-type name="QListView::Movement"/>
230 <enum-type name="QListView::Movement"/>
@@ -655,8 +654,6
655 <value-type name="QItemSelectionRange">
654 <value-type name="QItemSelectionRange">
656 <modify-function signature="intersect(QItemSelectionRange)const" remove="all"/> <!--### Obsolete in 4.3-->
655 <modify-function signature="intersect(QItemSelectionRange)const" remove="all"/> <!--### Obsolete in 4.3-->
657 </value-type>
656 </value-type>
658 <value-type name="QLine"/>
659 <value-type name="QLineF"/>
660
657
661 <value-type name="QPainterPath">
658 <value-type name="QPainterPath">
662 <modify-function signature="operator=(QPainterPath)" remove="all"/>
659 <modify-function signature="operator=(QPainterPath)" remove="all"/>
General Comments 0
You need to be logged in to leave comments. Login now