[WebKit-devel] KDE WebKit status update [Remix]

Michael Howell mhowell123 at gmail.com
Thu Oct 15 17:36:26 CEST 2009


On Wednesday 14 October 2009 23:46:52 Dawit A. wrote:
> On Wednesday 14 October 2009 19:23:32 Dawit A. wrote:
> > > And yeah, for BC, you need to do the typedef as Michael suggested
> > > (IHMO).
> >
> > Sorry, but "typedef AccessManager KDENetworkIntegration::AccessManager"
> >  will not even compile simply because AccessManager does not exist.
> > Perhaps you both confused the typdef syntax with the #define one ?? Or
> > maybe I misunderstood something here ??
> 
> Well I just tried to do the above and the typedef I proposed is neither BC
>  not SC due to missing moc symbols! And I think I now understand what you
>  both were saying. Leave KIO::AccessManager as is for BC/SC but provide the
>  above typedef for it, right ? Of course ;) Anyhow, that will work fine as
>  well... _______________________________________________
> WebKit-devel mailing list
> WebKit-devel at kde.org
> https://mail.kde.org/mailman/listinfo/webkit-devel
> 
class AccessManager {
...
};
namespace NetworkIntegration {
typedef KIO::AccessManager AccessManager;
...
}
-- 
Please don't send HTML-only mail (if you like, you can use multipart). If you 
forward messages, please clean off the garbage. Thanks! 
Michael Howell 
mhowell123 at gmail.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/webkit-devel/attachments/20091015/0cc2b3c4/attachment.sig 


More information about the WebKit-devel mailing list