From 8e50cf7c401ac0fea7ee18ca07d727d1af2ec157 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Fri, 12 Mar 2010 22:30:10 +0000 Subject: [PATCH] 2010-03-12 14:32 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/doc/en/class_qapplication.txt * contrib/hbqt/qtgui/QApplication.cpp * contrib/hbqt/qth/QApplication.qth - Removed tracelog calls. --- harbour/ChangeLog | 6 ++++++ .../contrib/hbqt/doc/en/class_qapplication.txt | 15 ++++++++++----- harbour/contrib/hbqt/qtgui/QApplication.cpp | 4 ---- harbour/contrib/hbqt/qth/QApplication.qth | 4 ---- 4 files changed, 16 insertions(+), 13 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a60373f84a..0c82719229 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,12 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-12 14:32 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * contrib/hbqt/doc/en/class_qapplication.txt + * contrib/hbqt/qtgui/QApplication.cpp + * contrib/hbqt/qth/QApplication.qth + - Removed tracelog calls. + 2010-03-12 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * src/common/hbverdsp.c + Show '(UNICODE)' in built options for UNICODE builds. diff --git a/harbour/contrib/hbqt/doc/en/class_qapplication.txt b/harbour/contrib/hbqt/doc/en/class_qapplication.txt index 07c2a169bc..e7b92939e2 100644 --- a/harbour/contrib/hbqt/doc/en/class_qapplication.txt +++ b/harbour/contrib/hbqt/doc/en/class_qapplication.txt @@ -1,20 +1,25 @@ /* - * hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+ + * hbQTgen v1.0 - Harbour Callable Wrappers Generator for QT v4.5+ + * * Please do not modify this document as it is subject to change in future. + * * Pritpal Bedi + * + * 03/12/10 - 14:08:02 + * */ + + /* $DOC$ $TEMPLATE$ Class $NAME$ QApplication() $CATEGORY$ - Harbour Bindings for Qt + Harbour Bindings for Qt 4.5.3+ $SUBCATEGORY$ GUI - $EXTERNALLINK$ - http://doc.trolltech.com/4.5/qapplication.html $ONELINER$ Creates a new QApplication object. $INHERITS$ @@ -122,6 +127,6 @@ C++ Wrappers : contrib/hbqt/qtgui/QApplication.cpp Library : hbqtgui $SEEALSO$ - QCoreApplication + QCoreApplication, http://doc.trolltech.com/4.5/qapplication.html $END$ */ diff --git a/harbour/contrib/hbqt/qtgui/QApplication.cpp b/harbour/contrib/hbqt/qtgui/QApplication.cpp index 46cba6ac33..bd3f686a31 100644 --- a/harbour/contrib/hbqt/qtgui/QApplication.cpp +++ b/harbour/contrib/hbqt/qtgui/QApplication.cpp @@ -112,12 +112,8 @@ static void hbqt_Exit( void * cargo ) { HB_SYMBOL_UNUSED( cargo ); - HB_TRACE( HB_TR_ALWAYS, ( "hbqt_exit 0 %p", s_app ) ); - s_app->quit(); s_app = NULL; - - HB_TRACE( HB_TR_ALWAYS, ( "hbqt_exit 1 %p", s_app ) ); } static void hbqt_Init( void * cargo ) diff --git a/harbour/contrib/hbqt/qth/QApplication.qth b/harbour/contrib/hbqt/qth/QApplication.qth index df0f35019a..613f1ccfdc 100644 --- a/harbour/contrib/hbqt/qth/QApplication.qth +++ b/harbour/contrib/hbqt/qth/QApplication.qth @@ -104,12 +104,8 @@ static void hbqt_Exit( void * cargo ) { HB_SYMBOL_UNUSED( cargo ); - HB_TRACE( HB_TR_ALWAYS, ( "hbqt_exit 0 %p", s_app ) ); - s_app->quit(); s_app = NULL; - - HB_TRACE( HB_TR_ALWAYS, ( "hbqt_exit 1 %p", s_app ) ); } static void hbqt_Init( void * cargo )