diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 905b1229ca..722b9af912 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,13 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-04-09 10:51 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/hbqt/hbqt_qwidget.cpp + * harbour/contrib/hbqt/qth/QWidget.qth + * harbour/contrib/hbqt/TQWidget.prg + ! Commented out more non-portable functions belongings to + Win Handles family. + 2009-04-09 08:18 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbqt/hbqt.h * harbour/contrib/hbqt/hbqt_qfont.cpp diff --git a/harbour/contrib/hbqt/TQWidget.prg b/harbour/contrib/hbqt/TQWidget.prg index af17eb7de7..d5c6b1a945 100644 --- a/harbour/contrib/hbqt/TQWidget.prg +++ b/harbour/contrib/hbqt/TQWidget.prg @@ -81,7 +81,6 @@ CREATE CLASS QWidget INHERIT QObject, QPaintDevice METHOD contentsRect() INLINE Qt_QWidget_contentsRect( ::pPtr ) METHOD contextMenuPolicy() INLINE Qt_QWidget_contextMenuPolicy( ::pPtr ) METHOD cursor() INLINE Qt_QWidget_cursor( ::pPtr ) - METHOD effectiveWinId() INLINE Qt_QWidget_effectiveWinId( ::pPtr ) METHOD ensurePolished() INLINE Qt_QWidget_ensurePolished( ::pPtr ) METHOD focusPolicy() INLINE Qt_QWidget_focusPolicy( ::pPtr ) METHOD focusProxy() INLINE Qt_QWidget_focusProxy( ::pPtr ) diff --git a/harbour/contrib/hbqt/hbqt_qwidget.cpp b/harbour/contrib/hbqt/hbqt_qwidget.cpp index c7f418a801..e7fcb2baa2 100644 --- a/harbour/contrib/hbqt/hbqt_qwidget.cpp +++ b/harbour/contrib/hbqt/hbqt_qwidget.cpp @@ -60,7 +60,7 @@ /*----------------------------------------------------------------------*/ /* - * Constructed[ 214/217 [ 98.62% ] ] + * Constructed[ 213/216 [ 98.61% ] ] * * *** Unconvered Prototypes *** * ----------------------------- @@ -229,14 +229,6 @@ HB_FUNC( QT_QWIDGET_CURSOR ) hb_retptr( new QCursor( hbqt_par_QWidget( 1 )->cursor() ) ); } -/* - * WId effectiveWinId () const - */ -HB_FUNC( QT_QWIDGET_EFFECTIVEWINID ) -{ - hb_retptr( ( HWND ) hbqt_par_QWidget( 1 )->effectiveWinId() ); -} - /* * void ensurePolished () const */ diff --git a/harbour/contrib/hbqt/qth/QWidget.qth b/harbour/contrib/hbqt/qth/QWidget.qth index 9a47b005b2..faa6e9e40c 100644 --- a/harbour/contrib/hbqt/qth/QWidget.qth +++ b/harbour/contrib/hbqt/qth/QWidget.qth @@ -102,7 +102,9 @@ void clearMask () QRect contentsRect () const Qt::ContextMenuPolicy contextMenuPolicy () const QCursor cursor () const -WId effectiveWinId () const +# +# non-portable +// WId effectiveWinId () const void ensurePolished () const Qt::FocusPolicy focusPolicy () const QWidget * focusProxy () const