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:
Viktor Szakats
2010-01-04 23:41:23 +00:00
parent 9763a39bf8
commit cbe60a6ebd
4 changed files with 16 additions and 2 deletions

View File

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

View File

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

View File

@@ -95,6 +95,9 @@ STATIC s_slots
/*----------------------------------------------------------------------*/
INIT PROCEDURE Qt_Start()
hbqt_errorsys()
s_qApp := QApplication():new()
RETURN

View File

@@ -98,6 +98,8 @@ THREAD STATIC t_oXbpInFocus
INIT PROCEDURE hbxbp_Start()
hbqt_errorsys()
s_oApp := QApplication():new()
RETURN