2012-06-22 21:46 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbqt/qtgui/qth/QClipboard.qth
    ! Fixed: constructor respecting previous commit.
This commit is contained in:
Pritpal Bedi
2012-06-23 04:48:09 +00:00
parent a4beb6a684
commit 97ff0a1542
2 changed files with 5 additions and 2 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-06-22 21:46 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/qtgui/qth/QClipboard.qth
! Fixed: constructor respecting previous commit.
2012-06-22 15:09 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbqt/hbmk2_qt.hb
! Optimized to not add code for constructors which do not

View File

@@ -31,8 +31,7 @@ Detached = yes
*/
HB_FUNC( QT_QCLIPBOARD )
{
//__HB_RETPTRGC__( QApplication::clipboard() );
pObj = QApplication::clipboard() ;
hb_itemReturnRelease( hbqt_bindGetHbObject( NULL, ( void* ) QApplication::clipboard(), "HB_QCLIPBOARD", NULL, HBQT_BIT_NONE ) );
}
</CODE>