Changeset 62959 in webkit


Ignore:
Timestamp:
Jul 9, 2010 9:14:32 AM (14 years ago)
Author:
diegohcg@webkit.org
Message:

2010-07-08 Diego Gonzalez <diegohcg@webkit.org>

Reviewed by Kenneth Rohde Christiansen.

[Qt] [WebKit2] Make QWKPage call _q_webActionTriggered as a private slot
https://bugs.webkit.org/show_bug.cgi?id=41880

  • UIProcess/API/qt/qwkpage.cpp:
  • UIProcess/API/qt/qwkpage.h:
Location:
trunk/WebKit2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit2/ChangeLog

    r62941 r62959  
     12010-07-08  Diego Gonzalez  <diegohcg@webkit.org>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] [WebKit2] Make QWKPage call _q_webActionTriggered as a private slot
     6        https://bugs.webkit.org/show_bug.cgi?id=41880
     7
     8        * UIProcess/API/qt/qwkpage.cpp:
     9        * UIProcess/API/qt/qwkpage.h:
     10
    1112010-07-09  Antti Koivisto  <koivisto@iki.fi>
    212
  • trunk/WebKit2/UIProcess/API/qt/qwkpage.cpp

    r62788 r62959  
    355355}
    356356#endif // QT_NO_ACTION
     357
     358#include "moc_qwkpage.cpp"
  • trunk/WebKit2/UIProcess/API/qt/qwkpage.h

    r62941 r62959  
    6666
    6767private:
     68#ifndef QT_NO_ACTION
     69    Q_PRIVATE_SLOT(d, void _q_webActionTriggered(bool checked));
     70#endif
     71    QWKPagePrivate* d;
     72
    6873    friend class QGraphicsWKView;
    6974    friend class QGraphicsWKViewPrivate;
    7075    friend class QWKPagePrivate;
    71     QWKPagePrivate* d;
    7276};
    7377
Note: See TracChangeset for help on using the changeset viewer.