[Webkit-unassigned] [Bug 62838] [Qt] [WK2] Add drag and drop support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 21 14:07:08 PDT 2011


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





--- Comment #11 from Yael <yael.aharon at nokia.com>  2011-06-21 14:07:08 PST ---
(In reply to comment #10)
> (From update of attachment 97975 [details])
Thank you for reviewing.
> > Source/WebKit2/UIProcess/API/qt/qwkpage.cpp:961
> > +    if (view->scene()->views().size() < 1)
> > +        return;
> > +
> > +    QWidget* widget = view->scene()->views()[0];
> 
> Don't we have a helper function for this (getting the first view on a scene)? If not, we should probably add one.
> 
Created https://bugs.webkit.org/show_bug.cgi?id=63095.

> > Source/WebKit2/WebProcess/WebPage/WebPage.h:61
> > +#if PLATFORM(QT)
> > +#include "ArgumentCodersQt.h"
> > +#endif
> 
> Is this include necessary here?
It does not compile otherwise.

-- 
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