diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8226f6792d..d7ee2e5a0c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,13 +17,17 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-06 22:23 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/hbqt_destruct.cpp + % Removed headers not required for this file. + 2009-12-06 19:59 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/vm/set.c * src/rdd/dbcmd.c * include/set.ch * include/hbset.h + Added support for SET( _SET_DBCODEPAGE ). This will set the - default codepage for RDD operation. It affects following + default codepage for RDD operations. It affects following functions and everything which is based on them: DBUSEAREA() DBCREATE() @@ -47,7 +51,7 @@ * contrib/hbide/hbide.hbp - contrib/hbide/freadlin.c * contrib/hbide/idemisc.prg - % Elminated HB_FREADLINE(). + % Eliminated HB_FREADLINE(). % Highly optimized MEMOTOARRAY(). % Using FOR EACH in PARSEWITHMETADATA(), APPLYMETADATA(). ! -1 -> F_ERROR diff --git a/harbour/contrib/hbqt/hbqt_destruct.cpp b/harbour/contrib/hbqt/hbqt_destruct.cpp index 3b0e22e2b5..09e9f0f348 100644 --- a/harbour/contrib/hbqt/hbqt_destruct.cpp +++ b/harbour/contrib/hbqt/hbqt_destruct.cpp @@ -56,11 +56,7 @@ #endif #include "hbapi.h" -#include "hbvm.h" #include "hbapiitm.h" -#include "hbapierr.h" -#include "hbstack.h" -#include "hbthread.h" #include "hbqt.h" @@ -108,7 +104,7 @@ void * hbqt_gcpointer( int iParam ) int hbqt_get_object_release_method() { - return ( s_iObjectReleaseMethod ); + return s_iObjectReleaseMethod; } HB_FUNC( HBQT_SET_RELEASE_METHOD ) @@ -234,4 +230,3 @@ HB_FUNC( HBQT_GETMEMUSED ) /*----------------------------------------------------------------------*/ #endif // #if QT_VERSION >= 0x040500 -