2012-07-26 15:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/uisrcmanager.prg
    ! Fixed: a nasty bug, discovered by Guillermo Varona, thanks.
This commit is contained in:
Pritpal Bedi
2012-07-26 22:39:08 +00:00
parent 9e1b00d011
commit 8701d9712a
2 changed files with 5 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-26 15:27 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/uisrcmanager.prg
! Fixed: a nasty bug, discovered by Guillermo Varona, thanks.
2012-07-26 13:24 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/uisrcmanager.prg
+ Added: few more classes which are not derived from QObject.

View File

@@ -1048,7 +1048,7 @@ METHOD IdeUISrcManager:buildClassSkeleton( cCls, cUiName )
aadd( aSrc, '' )
aadd( aSrc, ' IF Left( cMsg, 2 ) == "Q_"' )
aadd( aSrc, ' cMtd := SubStr( cMsg, 3 )' )
aadd( aSrc, ' IF __objHasMsg( ::oUI, cMtd' )
aadd( aSrc, ' IF __objHasMsg( ::oUI, cMtd )' )
aadd( aSrc, ' RETURN ::oUI:&cMtd' )
aadd( aSrc, ' ELSE' )
aadd( aSrc, ' oError := ErrorNew()' )