[Webkit-unassigned] [Bug 34631] [Qt] Switching from Phonon to QtMultimedia Backend for Qt 4.7

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 5 05:18:20 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=34631





--- Comment #5 from Nick Young <nicholas.young at nokia.com>  2010-02-05 05:18:20 PST ---
(In reply to comment #3)
> (From update of attachment 48203 [details])
> 
> > +#include <private/qpaintervideosurface_p.h>
> 
> This is going to be an issue, as we cannot include private header files from Qt
> in WebKit. Is there a way to remove this dependency?

Whilst this is a private header, it is an exported symbol. There is no
technical reason why we can not link against this.

Or is this a matter of principle/convention "We WILL not link against private
headers!"?

For a variety of reasons, this is not a dependency which can be easily removed.

I suppose the simplest solution would be to make this a public header - but
I'll have to speak to Justin before I can say any more on this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list