2009-10-22 12:35 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* contrib/hbqt/hbqt_slots.cpp
    ! Quantrined "error C2065: 'str' : undeclared identifier".
This commit is contained in:
Pritpal Bedi
2009-10-22 19:37:13 +00:00
parent 38e6687675
commit 5f728263e6
2 changed files with 7 additions and 2 deletions

View File

@@ -17,6 +17,10 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-10-22 12:35 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbqt/hbqt_slots.cpp
! Quantrined "error C2065: 'str' : undeclared identifier".
2009-10-22 20:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/Makefile
* contrib/hbqt/qtgui/Makefile
@@ -31,7 +35,7 @@
in 10 places, this will have to be optimized.
; TOFIX: static mode.
; TOFIX: I'm getting a compile error, so could check the whole build run yet:
; FIXED: I'm getting a compile error, so could check the whole build run yet:
---
hbqt_slots.cpp
../../../hbqt_slots.cpp(1787) : error C2065: 'str' : undeclared identifier

View File

@@ -1784,8 +1784,9 @@ Events::~Events()
bool Events::eventFilter( QObject * object, QEvent * event )
{
QEvent::Type eventtype = event->type();
#if defined(__debug__)
hb_snprintf( str, sizeof( str ), "0 Events::eventFilter = %i", ( int ) eventtype ); OutputDebugString( str );
#endif
if( ( int ) eventtype == 0 )
{
//hb_snprintf( str, sizeof( str ), "x Events::eventFilter = 0" ); OutputDebugString( str );