[webkit-qt] New API for comments

Benjamin Poulain benjamin.poulain at nokia.com
Tue Mar 1 12:08:51 PST 2011


On 03/01/2011 08:50 PM, ext Alexis Menard wrote:
>> class QWebNode {
>>       enum Type { Element, Text };
>>       Type type() const;
>>       QWebElement parent() const;
>>       QWebElement document() const;
>>       QWebNode nextSibling() const;
>
> I think changing the return type is not BIC. MSVC mangling put the name of the
> return type if I recall correctly.

You are right. MSVC is an issue, and the constructor being called is 
another.

I think that is fine in this case though, since I am not modifying any 
symbol, I am adding one.

cheers,
Benjamin


More information about the webkit-qt mailing list