From 6695517be25801a2c5fc97879f74b7deb1299567 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Thu, 7 Apr 2011 23:16:11 +0000 Subject: [PATCH] 2011-04-07 16:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt.h ! Missed from prev commit. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/qtcore/hbqt.h | 1 + 2 files changed, 5 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8e6b1b2a98..f6c3d848e4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-07 16:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtcore/hbqt.h + ! Missed from prev commit. + 2011-04-07 16:17 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/qth/QBitArray.qth * contrib/hbqt/qtcore/qth/QBuffer.qth diff --git a/harbour/contrib/hbqt/qtcore/hbqt.h b/harbour/contrib/hbqt/qtcore/hbqt.h index 91ec568436..7111cba4b5 100644 --- a/harbour/contrib/hbqt/qtcore/hbqt.h +++ b/harbour/contrib/hbqt/qtcore/hbqt.h @@ -110,6 +110,7 @@ extern HB_EXPORT void hbqt_itemPushReturn( void * ptr, PHB_ITEM pSelf ); extern HB_EXPORT void hbqt_set_pptr( void * ptr, PHB_ITEM pSelf ); extern HB_EXPORT HBQT_GC_T * hbqt_getObjectGC( int iParam ); /* returns a pointer to the HBQT_GC_T area */ extern HB_EXPORT void hbqt_addDeleteList( PHB_ITEM item ); /* populate a list of PHB_ITEM to delete at exit time */ +extern HB_EXPORT HB_U32 hbqt_getObjectType( int iParam ); HB_EXTERN_END