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.
This commit is contained in:
@@ -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 <Properties Dialog> based on XbpQtUiLoader() class.
|
||||
|
||||
@@ -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
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user