From b76721ea2f45cb2d9d1eb54e616a41411ae4f47f Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Mon, 25 Oct 2010 09:01:29 +0000 Subject: [PATCH] 2010-10-25 01:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtgui/g/QApplication.cpp - Deleted: debug info remain hanging in last commit. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/qtgui/g/QApplication.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3bbcd5bcfc..805f60e9ee 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-10-25 01:56 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbqt/qtgui/g/QApplication.cpp + - Deleted: debug info remain hanging in last commit. + 2010-10-25 01:49 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbqt/qtcore/hbqt.h * contrib/hbqt/qtcore/hbqt_hbqslots.cpp diff --git a/harbour/contrib/hbqt/qtgui/g/QApplication.cpp b/harbour/contrib/hbqt/qtgui/g/QApplication.cpp index 65fc3857f3..cfca4e23ce 100644 --- a/harbour/contrib/hbqt/qtgui/g/QApplication.cpp +++ b/harbour/contrib/hbqt/qtgui/g/QApplication.cpp @@ -178,7 +178,7 @@ static void hbqtgui_Exit( void * cargo ) static void hbqtgui_Init( void * cargo ) { HB_SYMBOL_UNUSED( cargo ); -HB_TRACE( HB_TR_ALWAYS, ( "static void hbqtgui_Init( void * cargo )" ) ); + s_argc = hb_cmdargARGC(); s_argv = hb_cmdargARGV();