2012-06-17 11:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtcore/hbqt_hbqslots.cpp
    ! Fixed: build breaker header inculsion.
This commit is contained in:
Pritpal Bedi
2012-06-17 18:41:36 +00:00
parent 0149e0fb6e
commit ba4b2655fc
2 changed files with 4 additions and 3 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-17 11:40 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/hbqt_hbqslots.cpp
! Fixed: build breaker header inculsion.
2012-06-17 10:10 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtcore/hbqt.h
* contrib/hbqt/qtcore/hbqt_bind.cpp

View File

@@ -58,13 +58,10 @@
#include "hbapierr.h"
#include "hbapiitm.h"
#include "hbvm.h"
#include "hbqt_bind.h"
#include "hbqt_hbqslots.h"
#if QT_VERSION >= 0x040500
#include "hbqt_hbqslots.h"
#include "hbqt_bind.h"
HB_EXPORT HBQSlots * hbqt_bindGetReceiverSlotByHbObject( PHB_ITEM pObject );