2009-12-19 09:23 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbxbp/xbp.ch
    ! Removed QT_PTROFXBP() macro.
      I have retained QT_PTROF() macro because a lot of you
      must still be using it in your code. It is sceduled to be 
      removed after this release.
This commit is contained in:
Pritpal Bedi
2009-12-19 17:26:11 +00:00
parent a56f87bc97
commit d02c759f21
2 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,13 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-19 09:23 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbxbp/xbp.ch
! Removed QT_PTROFXBP() macro.
I have retained QT_PTROF() macro because a lot of you
must still be using it in your code. It is sceduled to be
removed after this release.
2009-12-19 09:14 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbide/hbide.prg
* contrib/hbxbp/xbpqtuiloader.prg

View File

@@ -10,8 +10,6 @@
#xtranslate HBXBP_DEBUG( [<x,...>] ) => iif( .T.,, )
#endif
#define QT_PTROFXBP( oXbp ) ( oXbp:oWidget:pPtr )
/*----------------------------------------------------------------------*/
#include "hbqt.ch"