Changeset 148021 in webkit


Ignore:
Timestamp:
Apr 9, 2013 7:14:58 AM (11 years ago)
Author:
michael.bruning@digia.com
Message:

[Qt][WK2] Remove obsolete QtWebPageFindClient forward declaration from qquickwebview_p.h.
https://bugs.webkit.org/show_bug.cgi?id=114284

Reviewed by Andreas Kling.

The class QtWebPageFindClient was removed in r142073 when the functionality
was folded into QQuickWebViewPrivate.

  • UIProcess/API/qt/qquickwebview_p.h:

(WebKit):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r148014 r148021  
     12013-04-09  Michael Brüning  <michael.bruning@digia.com>
     2
     3        [Qt][WK2] Remove obsolete QtWebPageFindClient forward declaration from qquickwebview_p.h.
     4        https://bugs.webkit.org/show_bug.cgi?id=114284
     5
     6        Reviewed by Andreas Kling.
     7
     8        The class QtWebPageFindClient was removed in r142073 when the functionality
     9        was folded into QQuickWebViewPrivate.
     10
     11        * UIProcess/API/qt/qquickwebview_p.h:
     12        (WebKit):
     13
    1142013-04-09  Michael Brüning  <michael.bruning@digia.com>
    215
  • trunk/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h

    r143197 r148021  
    5656struct QtRefCountedNetworkRequestData;
    5757class PageViewportControllerClientQt;
    58 class QtWebPageFindClient;
    5958class QtWebPagePolicyClient;
    6059class QtWebPageUIClient;
     
    225224    friend class QWebKitTest;
    226225    friend class WebKit::PageViewportControllerClientQt;
    227     friend class WebKit::QtWebPageFindClient;
    228226    friend class WebKit::QtWebPagePolicyClient;
    229227    friend class WebKit::QtWebPageUIClient;
Note: See TracChangeset for help on using the changeset viewer.