Changeset 80818 in webkit


Ignore:
Timestamp:
Mar 10, 2011 11:02:28 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-03-10 David Boddie <david.boddie@nokia.com>

Reviewed by Andreas Kling.

Fixed a qdoc warning and terminology (WebKit instead of Webkit).
https://bugs.webkit.org/show_bug.cgi?id=55756

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/qt/Api/qwebhistoryinterface.cpp

    r59456 r80818  
    7070/*!
    7171  Returns the default interface that will be used by WebKit. If no default interface has been set,
    72   Webkit will not keep track of visited links and a null pointer will be returned.
    73   \sa setDefaultInterface
     72  WebKit will not keep track of visited links and a null pointer will be returned.
     73  \sa setDefaultInterface()
    7474*/
    7575QWebHistoryInterface* QWebHistoryInterface::defaultInterface()
  • trunk/Source/WebKit/qt/ChangeLog

    r80781 r80818  
     12011-03-10  David Boddie <david.boddie@nokia.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Fixed a qdoc warning and terminology (WebKit instead of Webkit).
     6        https://bugs.webkit.org/show_bug.cgi?id=55756
     7
     8        * Api/qwebhistoryinterface.cpp:
     9
    1102011-03-10  Andreas Kling  <kling@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.