diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d202ddeff6..2cbb58dd28 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-03-02 21:43 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtgui/qth/QGraphicsSceneEvent.qth + ! Fixed: compilable with Qt 4.6 and above. + 2011-03-02 17:15 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QCoreApplication.qth ! Reversed previous commit. diff --git a/harbour/contrib/hbqt/qtgui/qth/QGraphicsSceneEvent.qth b/harbour/contrib/hbqt/qtgui/qth/QGraphicsSceneEvent.qth index 769d79b542..36e6aed4a5 100644 --- a/harbour/contrib/hbqt/qtgui/qth/QGraphicsSceneEvent.qth +++ b/harbour/contrib/hbqt/qtgui/qth/QGraphicsSceneEvent.qth @@ -33,10 +33,6 @@ HB_FUNC( QT_QGRAPHICSSCENEEVENT ) { __HB_RETPTRGC__( new QGraphicsSceneEvent( ( QEvent::Type ) hb_parni( 1 ) ) ); } - else if( hb_pcount() == 1 && HB_ISPOINTER( 1 ) ) - { - __HB_RETPTRGC__( new QGraphicsSceneEvent( *hbqt_par_QGraphicsSceneEvent( 1 ) ) ); - } }