2012-05-23 14:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbxbp/xbpfiledialog.prg
    - Removed: a latest introduced test code.
This commit is contained in:
Pritpal Bedi
2012-05-23 21:26:10 +00:00
parent e52b65be0c
commit a261f6c3dc
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-05-23 14:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbpfiledialog.prg
- Removed: a latest introduced test code.
2012-05-22 18:11 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbxbp/xbptoolbar.prg
! Fixed: one regression based on recent hbQT mem leak fixes.

View File

@@ -133,7 +133,7 @@ METHOD XbpFileDialog:create( oParent, oOwner, aPos )
METHOD XbpFileDialog:_destroy()
HB_TRACE( HB_TR_DEBUG, "XbpFileDialog:_destroy()" )
__hbqt_destroy( ::oWidget )
//__hbqt_destroy( ::oWidget )
RETURN ::destroy()
/*----------------------------------------------------------------------*/