⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 101178 in webkit


Ignore:
Timestamp:
Nov 25, 2011, 11:26:21 AM (15 years ago)
Author:
caio.oliveira@openbossa.org
Message:

[Qt] Remove unneeded declaration from QQuickWebPagePrivate
https://bugs.webkit.org/show_bug.cgi?id=73141

Reviewed by Antonio Gomes.

Left-over from r101165.

  • UIProcess/API/qt/qquickwebpage_p_p.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r101174 r101178  
     12011-11-25  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
     2
     3        [Qt] Remove unneeded declaration from QQuickWebPagePrivate
     4        https://bugs.webkit.org/show_bug.cgi?id=73141
     5
     6        Reviewed by Antonio Gomes.
     7
     8        Left-over from r101165.
     9
     10        * UIProcess/API/qt/qquickwebpage_p_p.h:
     11
    1122011-11-17  Martin Robinson  <mrobinson@igalia.com>
    213
  • trunk/Source/WebKit2/UIProcess/API/qt/qquickwebpage_p_p.h

    r100744 r101178  
    4343
    4444    void _q_onAfterSceneRender();
    45     void _q_onSceneGraphInitialized();
    4645    void paintToCurrentGLContext();
    4746
Note: See TracChangeset for help on using the changeset viewer.