From cbe60a6ebdd5a519a2d16cd8ea28f6b81d7b6641 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 4 Jan 2010 23:41:23 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 11 +++++++++++ harbour/contrib/hbide/hbide.prg | 2 -- harbour/contrib/hbqt/tests/demoqt.prg | 3 +++ harbour/contrib/hbxbp/xbpgeneric.prg | 2 ++ 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d79b8a8c2d..3b9470c879 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -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 diff --git a/harbour/contrib/hbide/hbide.prg b/harbour/contrib/hbide/hbide.prg index 3433cad208..14215f3a73 100644 --- a/harbour/contrib/hbide/hbide.prg +++ b/harbour/contrib/hbide/hbide.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() diff --git a/harbour/contrib/hbqt/tests/demoqt.prg b/harbour/contrib/hbqt/tests/demoqt.prg index 0ac3b57892..15dc0da08d 100644 --- a/harbour/contrib/hbqt/tests/demoqt.prg +++ b/harbour/contrib/hbqt/tests/demoqt.prg @@ -95,6 +95,9 @@ STATIC s_slots /*----------------------------------------------------------------------*/ INIT PROCEDURE Qt_Start() + + hbqt_errorsys() + s_qApp := QApplication():new() RETURN diff --git a/harbour/contrib/hbxbp/xbpgeneric.prg b/harbour/contrib/hbxbp/xbpgeneric.prg index b2947a8ea6..167e759909 100644 --- a/harbour/contrib/hbxbp/xbpgeneric.prg +++ b/harbour/contrib/hbxbp/xbpgeneric.prg @@ -98,6 +98,8 @@ THREAD STATIC t_oXbpInFocus INIT PROCEDURE hbxbp_Start() + hbqt_errorsys() + s_oApp := QApplication():new() RETURN