Hi

Viktor Szakáts wrote:
> 
> Reviewing the changes, is there any particular reasons 
> for these ones:
> 
>> Modified: trunk/harbour/contrib/hbxbp/xbpbrowse.prg
>> ===================================================================
>> --- trunk/harbour/contrib/hbxbp/xbpbrowse.prg        2010-01-03 13:08:07 UTC
>> (rev 13459)
>> +++ trunk/harbour/contrib/hbxbp/xbpbrowse.prg        2010-01-03 17:32:43 UTC
>> (rev 13460)
>> @@ -593,7 +593,7 @@
>> -   ::connect( ::oTableView, "scrollContentsBy(int,int)" , {|o,p,p1|
>> ::exeBlock(11, p, p1, o ) } )
>> +   ::connect( ::oTableView:pPtr, "scrollContentsBy(int,int)" , {|o,p,p1|
>> ::exeBlock(11, p, p1, o ) } )
> 
> ?
> 
> (rest of similar calls don't use :pPtr)
> 
>> Modified: trunk/harbour/contrib/hbxbp/xbpwindow.prg
>> ===================================================================
>> --- trunk/harbour/contrib/hbxbp/xbpwindow.prg        2010-01-03 13:08:07 UTC
>> (rev 13459)
>> +++ trunk/harbour/contrib/hbxbp/xbpwindow.prg        2010-01-03 17:32:43 UTC
>> (rev 13460)
>> @@ -255,7 +255,7 @@
>> 
>> METHOD XbpWindow:connectEvent( pWidget, nEvent, bBlock )
>>    LOCAL lSuccess
>> 
>> -   IF ( lSuccess := Qt_Connect_Event( pWidget, nEvent, bBlock ) )
>> +   IF ( lSuccess := Qt_Events_Connect( ::pEvents, hbqt_ptr( pWidget ),
>> nEvent, bBlock ) )
> 
> ?
> 
> (rest of similar calls don't need hbqt_ptr(), and the calling 
> requirements didn't change anyway)
> 

No, just left-overs, will be committing in a while.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://old.nabble.com/SF.net-SVN%3A-harbour-project%3A-13460--trunk-harbour-tp27003497p27004563.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to