A bit more tracing in the debug log....
diff -r 020effeac192 harbour/contrib/hbqt/generatorF/hbqtgen.prg
--- a/harbour/contrib/hbqt/generatorF/hbqtgen.prg Thu Apr 15
09:56:57 2010 +0200
+++ b/harbour/contrib/hbqt/generatorF/hbqtgen.prg Thu Apr 15
22:52:42 2010 +0200
@@ -50,6 +50,8 @@
*
*/
/*----------------------------------------------------------------------*/
+
+#define TRACE_QT_CALLS
#include "common.ch"
#include "fileio.ch"
@@ -1237,7 +1239,9 @@
aadd( txt_, " " + cWidget + iif( lList, "< void *>", "") +" * p;" )
aadd( txt_, "" )
aadd( txt_, " p = hbqt_par_" + cWidget + "( 1 );" )
-
+#ifdef TRACE_QT_CALLS
+ aadd( txt_, ' HB_TRACE( ' + s_trMode + ', ("' +
upper( cWidget ) + '_' + upper( cHBFunc) + '" ) );')
+#endif
/* Insert parameters by reference */
IF ! empty( aPre )
FOR n := 1 TO len( aPre )
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour