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.
This commit is contained in:
Pritpal Bedi
2010-10-25 09:01:29 +00:00
parent 0162088100
commit b76721ea2f
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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();