[WebKit-devel] KDE Webkit status update...

Urs Wolfer uwolfer at kde.org
Sun Oct 4 16:43:04 CEST 2009


On Sunday 04 October 2009 16:27:00 Dawit A. wrote:
> On Sunday 04 October 2009 08:03:27 Urs Wolfer wrote:
> > Okay, I have done a little work on it:
> > * add api docs in public header
> > * remove context menu stuff as discussed on ml since it can be
> > implemented in a cleaner way
> > * add setAllowExternalContent() / isExternalContentAllowed also in
> > KWebView * fixed some issues reported by Krazy
> >
> > Still the searchBar() issue needs to be sorted out. Probably the search
> > bar could also go into the part, not the kdewebkit lib?
> >
> > Also many slots needs to be moved to the d-ptr IMHO. They do not affect
> > the API in any way.
> 
> Would not that mean the private class has to be a QObject. If so why ? The
> cost of doing that is not worth the ability to hide a few protected/private
> member functions/slots.

Nope, there is the Q_PRIVATE_SLOT macro. This way you can add a method to the 
d-ptr and call it with a connection. See for example 
kdelibs/kdeui/kprogressdialog.h.

Bye
urs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
Url : http://mail.kde.org/pipermail/webkit-devel/attachments/20091004/90f3b3a0/attachment.sig 


More information about the WebKit-devel mailing list