From 639b62ec1f03ea3fa2cad3f0ae1d99cccfe88b02 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 26 Feb 2011 23:24:49 +0000 Subject: [PATCH] 2011-02-27 00:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/qtcore/hbqt_hbqevents.cpp ! Fixed recent typo. Thanks Francesco. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/qtcore/hbqt_hbqevents.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d0741b552d..daf1338716 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-02-27 00:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/qtcore/hbqt_hbqevents.cpp + ! Fixed recent typo. Thanks Francesco. + 2011-02-26 23:10 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg ! Fixed to always set -quiet and -info- when --hbdir* or --hbinfo diff --git a/harbour/contrib/hbqt/qtcore/hbqt_hbqevents.cpp b/harbour/contrib/hbqt/qtcore/hbqt_hbqevents.cpp index 906be9c279..e65f2a15b7 100644 --- a/harbour/contrib/hbqt/qtcore/hbqt_hbqevents.cpp +++ b/harbour/contrib/hbqt/qtcore/hbqt_hbqevents.cpp @@ -84,7 +84,7 @@ void hbqt_events_register_createobj( QEvent::Type eventtype, QByteArray szCreate s_lstCreateObj << szCreateObj; } else - s_lstCreateObj[ eventtype ] = szCreateObj; + s_lstCreateObj[ iIndex ] = szCreateObj; } void hbqt_events_unregister_createobj( QEvent::Type eventtype )