Hi
Viktor Szakáts wrote:
>
>> +HB_FUNC( HBQT_ISEMPTYQTPOINTER )
>> +{
>> + QGC_POINTER * p = ( QGC_POINTER * ) hb_parptrGC( hbqt_gcFuncs(), 1 );
>> +
>> + if( p && p->ph )
>> + hb_retl( false );
>> + else
>> + hb_retl( true );
>> +}
>
> Should be HB_TRUE and HB_FALSE, since they are
> passed to hb_retl() which is a Harbour API.
>
>
>
>
>> + object->setProperty( prop, ( int ) listBlock.size() );
>> +
>> + return HB_TRUE;
>> }
>> + return HB_FALSE;
>
> Should be true and false, since the return value here
> is 'bool', plain C++ type.
>
> [ There may be other mis-uses, but I hope you get the general idea. ]
>
Yes, I got it. Very subble difference.
I will update in a while.
Regards
Pritpal Bedi
--
View this message in context:
http://old.nabble.com/Re%3A-SF.net-SVN%3A-harbour-project%3A-13633--trunk-harbour-tp27214392p27214456.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour