Changeset 56373 in webkit


Ignore:
Timestamp:
Mar 22, 2010 6:31:29 PM (14 years ago)
Author:
eric@webkit.org
Message:

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

Reviewed by Laszlo Gombos.

[Qt] Fix qdoc warnings
https://bugs.webkit.org/show_bug.cgi?id=36447

  • Api/qgraphicswebview.cpp: Add missing ().
  • Api/qwebframe.cpp: Remove reference to non-existent parameter "url".
  • Api/qwebsettings.cpp: Document parameter "location".
Location:
trunk/WebKit/qt
Files:
4 edited

Legend:

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

    r56322 r56373  
    10581058    If not explicitly set, the preferredContentsSize is automatically set to a reasonable value.
    10591059
    1060     \sa QWebPage::setPreferredContentsSize
     1060    \sa QWebPage::setPreferredContentsSize()
    10611061*/
    10621062void QGraphicsWebView::setResizesToContents(bool enabled)
  • trunk/WebKit/qt/Api/qwebframe.cpp

    r56209 r56373  
    890890  \a body is optional and is only used for POST operations.
    891891
    892   \note The view remains the same until enough data has arrived to display the new \a url.
     892  \note The view remains the same until enough data has arrived to display the new content.
    893893
    894894  \sa setUrl()
  • trunk/WebKit/qt/Api/qwebsettings.cpp

    r56140 r56373  
    981981    \since 4.7
    982982
    983     Specifies the location of a frontend to load with each web page when using Web Inspector.
     983    Specifies the \a location of a frontend to load with each web page when using Web Inspector.
    984984
    985985    \sa inspectorUrl()
  • trunk/WebKit/qt/ChangeLog

    r56343 r56373  
     12010-03-22  Kent Hansen  <kent.hansen@nokia.com>
     2
     3        Reviewed by Laszlo Gombos.
     4
     5        [Qt] Fix qdoc warnings
     6        https://bugs.webkit.org/show_bug.cgi?id=36447
     7
     8        * Api/qgraphicswebview.cpp: Add missing ().
     9        * Api/qwebframe.cpp: Remove reference to non-existent parameter "url".
     10        * Api/qwebsettings.cpp:  Document parameter "location".
     11
    1122010-03-22  Jakub Wieczorek  <jwieczorek@webkit.org>
    213
Note: See TracChangeset for help on using the changeset viewer.