From 6a504fb76b66bef7e2fd6ed9662bbafc54e1162d Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 3 Mar 2011 05:45:53 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/qtgui/qth/QGraphicsSceneEvent.qth | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) 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 ) ) ); - } }