From 8c4cb30916be4e13446bd312c900939f5fadec6e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 19 Dec 2009 22:44:00 +0000 Subject: [PATCH] 2009-12-19 23:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/tests/demoqt.prg ! Fixed to use :pPtr instead of now dummy QT_PTROF() macro. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbqt/tests/demoqt.prg | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a7dc35282b..22d6e99f6c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-19 23:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbqt/tests/demoqt.prg + ! Fixed to use :pPtr instead of now dummy QT_PTROF() macro. + 2009-12-19 13:54 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/hbide.prg ! Made functional based on XbpQtUiLoader() class. diff --git a/harbour/contrib/hbqt/tests/demoqt.prg b/harbour/contrib/hbqt/tests/demoqt.prg index 2ce165edd3..c4c08d8d8f 100644 --- a/harbour/contrib/hbqt/tests/demoqt.prg +++ b/harbour/contrib/hbqt/tests/demoqt.prg @@ -650,7 +650,7 @@ STATIC FUNCTION Dialogs( cType ) oDlg := QWebView():new() oUrl := QUrl():new() oUrl:setUrl( "http://www.harbour.vouch.info" ) - QT_QWebView_SetUrl( QT_PTROF( oDlg ), QT_PTROF( oUrl ) ) + QT_QWebView_SetUrl( oDlg:pPtr, oUrl:pPtr ) oDlg:setWindowTitle( "Harbour-QT Web Page Navigator" ) oDlg:exec() #endif @@ -934,4 +934,3 @@ FUNCTION ShowInSystemTray( oWnd ) RETURN nil /*----------------------------------------------------------------------*/ -