2010-01-03 13:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* ChangeLog
! Fixed accindentally committed corrupted file in prev commit.
(unclean system shutdowns due to hangs)
* contrib/hbqt/tests/demoqt.prg
* Variable rename.
This commit is contained in:
24552
harbour/ChangeLog
24552
harbour/ChangeLog
File diff suppressed because one or more lines are too long
@@ -85,21 +85,21 @@
|
||||
|
||||
#include "common.ch"
|
||||
|
||||
STATIC qApp
|
||||
|
||||
REQUEST HB_QT
|
||||
|
||||
STATIC s_qApp
|
||||
|
||||
STATIC s_events
|
||||
STATIC s_slots
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
INIT PROCEDURE Qt_Start()
|
||||
qApp := QApplication():new()
|
||||
s_qApp := QApplication():new()
|
||||
RETURN
|
||||
|
||||
EXIT PROCEDURE Qt_End()
|
||||
qApp:quit()
|
||||
s_qApp:quit()
|
||||
RETURN
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
@@ -172,9 +172,9 @@ HBQT_DEBUG( "-----------------b-----------------" )
|
||||
|
||||
oWnd:Show()
|
||||
|
||||
qApp:exec()
|
||||
s_qApp:exec()
|
||||
|
||||
HBQT_DEBUG( "----------------- qApp:exec -----------------" )
|
||||
HBQT_DEBUG( "----------------- s_qApp:exec -----------------" )
|
||||
|
||||
HbQt_Set_Release_Method( HBQT_RELEASE_WITH_DELETE )
|
||||
HBQT_DEBUG( "HbQt_Set_Release_Method SET : HBQT_RELEASE_WITH_DELETE" )
|
||||
|
||||
Reference in New Issue
Block a user