2011-02-27 00:24 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbqt/qtcore/hbqt_hbqevents.cpp
    ! Fixed recent typo. Thanks Francesco.
This commit is contained in:
Viktor Szakats
2011-02-26 23:24:49 +00:00
parent eed0e55e34
commit 639b62ec1f
2 changed files with 5 additions and 1 deletions

View File

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

View File

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