[Webkit-unassigned] [Bug 51871] [Qt][WK2] QWKContext should offer the available process models

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 24 04:57:06 PST 2011


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


Andreas Kling <kling at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #79731|review?                     |review-
               Flag|                            |




--- Comment #9 from Andreas Kling <kling at webkit.org>  2011-01-24 04:57:05 PST ---
(From update of attachment 79731)
View in context: https://bugs.webkit.org/attachment.cgi?id=79731&action=review

> Source/WebKit2/UIProcess/API/qt/qwkcontext.h:38
> +    QWKContext(const QWKContext&);

QObject subclasses should never have copy constructors.
You'll need to accomplish this in some other way.

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