321a6aca4c6638bf1b28c65d5d529e921dbb33ee
* contrib/hbqt/utils/qtcore.qtp
! Reenabled recently disabled classes so that these generated
sources will get updated (and not generate false grep hits)
* contrib/hbqt/qtcore/hbqt_misc.prg
- Deleted HbQtObjectHandler:from() method.
If such object "casting" is needed, it should be added on a
per class basis, using something like this code:
---
METHOD <class>:from( oObject )
LOCAL pPtr
IF hbqt_isObject( oObject ) .AND. ;
( oObject:className == "xxx" .OR. oObject:className == "yyy" ... )
IF hbqt_isPointer( pPtr := oObject:pPtr )
::pPtr := pPtr
ENDIF
ELSE
__hbqt_Error()
ENDIF
RETURN Self
---
* contrib/hbqt/utils/hbqtgen.prg
! Fixed to generate doc source for classes without methods.
- Deleted :from() references.
- Do not generate <class>From() function anymore.
(TODO: Need regeneration after that)
* contrib/hbqt/utils/hbqtgen.prg
* contrib/hbqt/qtgui/THbQtUI.prg
* contrib/hbqt/hbqt_hbmk2_plugin.hbs
- Deleted commented references to :from() method.
* contrib/hbqt/qtgui/doc/*
* contrib/hbqt/qtwebkit/doc/*
* contrib/hbqt/qtcore/g/*
* contrib/hbqt/qtcore/doc/*
* contrib/hbqt/qtnetwork/doc/*
* contrib/hbqt/qscintilla/doc/*
* contrib/hbqt/qtdesigner/doc/*
* Regenerated.
Description
Harbour Core — Reference source for Five development
Languages
C
80.3%
xBase
17.8%
Makefile
0.6%
C++
0.4%
Harbour
0.4%
Other
0.3%