Changeset 56577 in webkit


Ignore:
Timestamp:
Mar 25, 2010 4:30:01 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-03-25 Kent Hansen <kent.hansen@nokia.com>

Reviewed by Simon Hausmann.

[Qt] QWebFrame::pageChanged() signal is not documented
https://bugs.webkit.org/show_bug.cgi?id=36609

  • Api/qwebframe.cpp:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebframe.cpp

    r56373 r56577  
    866866/*!
    867867  The web page that contains this frame.
     868
     869  \sa pageChanged()
    868870*/
    869871QWebPage *QWebFrame::page() const
     
    16311633
    16321634/*!
     1635    \fn void QWebFrame::pageChanged()
     1636    \since 4.7
     1637
     1638    This signal is emitted when this frame has been moved to a different QWebPage.
     1639
     1640    \sa page()
     1641*/
     1642
     1643/*!
    16331644    \class QWebHitTestResult
    16341645    \since 4.4
  • trunk/WebKit/qt/ChangeLog

    r56552 r56577  
     12010-03-25  Kent Hansen  <kent.hansen@nokia.com>
     2
     3        Reviewed by Simon Hausmann.
     4
     5        [Qt] QWebFrame::pageChanged() signal is not documented
     6        https://bugs.webkit.org/show_bug.cgi?id=36609
     7
     8        * Api/qwebframe.cpp:
     9
    1102010-03-25  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
    211
Note: See TracChangeset for help on using the changeset viewer.