2011-07-05 13:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp
! Fixed: a possible GPF trap where a GC item was being released
in application code without owning it.
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-07-05 13:34 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
|
||||
* contrib/hbqt/qtgui/hbqt_hbqabstractitemmodel.cpp
|
||||
! Fixed: a possible GPF trap where a GC item was being released
|
||||
in application code without owning it.
|
||||
|
||||
2011-07-05 22:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* utils/hbmk2/hbmk2.prg
|
||||
- disabled addition of header and libs paths for optional
|
||||
|
||||
@@ -129,11 +129,12 @@ QVariant hbqt_fetchData( PHB_ITEM block, int type, int role, int par1, int par2
|
||||
vv = * ( ( QFont * ) ( p->ph ) );
|
||||
|
||||
}
|
||||
|
||||
#if 0 /* As discussed on the devel-list with Przemek */
|
||||
if( ret )
|
||||
{
|
||||
hb_itemRelease( ret );
|
||||
}
|
||||
#endif
|
||||
hb_vmRequestRestore();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user