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.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 <bedipritpal@hotmail.com>
|
||||
*
|
||||
* 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$
|
||||
*/
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user