2010-01-05 00:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/tests/demoqt.prg
+ Added hbqt_errorsys().
* contrib/hbxbp/xbpgeneric.prg
+ Calling hbqt_errorsys() on startup.
* contrib/hbide/hbide.prg
- Deleted call to hbqt_errorsys(). It's now done by hbxbp.
This commit is contained in:
@@ -17,6 +17,17 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
|
||||
2010-01-05 00:40 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbqt/tests/demoqt.prg
|
||||
+ Added hbqt_errorsys().
|
||||
|
||||
* contrib/hbxbp/xbpgeneric.prg
|
||||
+ Calling hbqt_errorsys() on startup.
|
||||
|
||||
* contrib/hbide/hbide.prg
|
||||
- Deleted call to hbqt_errorsys(). It's now done by hbxbp.
|
||||
|
||||
2010-01-04 14:31 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
|
||||
* contrib/hbide/hbide.prg
|
||||
* contrib/hbide/ideactions.prg
|
||||
|
||||
@@ -271,8 +271,6 @@ METHOD HbIde:new( cProjIni )
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
METHOD HbIde:create( cProjIni )
|
||||
/* Setup GUI Error Reporting System*/
|
||||
hbqt_errorsys()
|
||||
|
||||
/* Initialte Project Manager */
|
||||
::oPM := IdeProjManager():new( Self ):create()
|
||||
|
||||
@@ -95,6 +95,9 @@ STATIC s_slots
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
INIT PROCEDURE Qt_Start()
|
||||
|
||||
hbqt_errorsys()
|
||||
|
||||
s_qApp := QApplication():new()
|
||||
RETURN
|
||||
|
||||
|
||||
@@ -98,6 +98,8 @@ THREAD STATIC t_oXbpInFocus
|
||||
|
||||
INIT PROCEDURE hbxbp_Start()
|
||||
|
||||
hbqt_errorsys()
|
||||
|
||||
s_oApp := QApplication():new()
|
||||
|
||||
RETURN
|
||||
|
||||
Reference in New Issue
Block a user