Changeset 52065 in webkit


Ignore:
Timestamp:
Dec 13, 2009 1:31:41 AM (14 years ago)
Author:
eric@webkit.org
Message:

2009-12-13 Simon Hausmann <Simon Hausmann>

Reviewed by Holger Freyther.

[Qt] Re-enable QWebView::renderHints property for Qt for Symbian

https://bugs.webkit.org/show_bug.cgi?id=28273

The bug in Qt's moc that triggered a linking error when declaring this
property has been fixed and we can remove the workaround.

  • Api/qwebview.h:
Location:
trunk/WebKit/qt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/qt/Api/qwebview.h

    r51174 r52065  
    5050    Q_PROPERTY(qreal zoomFactor READ zoomFactor WRITE setZoomFactor)
    5151
    52 // FIXME: temporary work around for elftran issue that it couldn't find the QPainter::staticMetaObject
    53 // symbol from Qt lib; it should be reverted after the right symbol is exported. 
    54 // See bug: http://qt.nokia.com/developer/task-tracker/index_html?method=entry&id=258893
    55 #if defined(Q_QDOC) || !defined(Q_OS_SYMBIAN)
    5652    Q_PROPERTY(QPainter::RenderHints renderHints READ renderHints WRITE setRenderHints)
    57 #endif
    5853    Q_FLAGS(QPainter::RenderHints)
    5954public:
  • trunk/WebKit/qt/ChangeLog

    r52037 r52065  
     12009-12-13  Simon Hausmann  <hausmann@webkit.org>
     2
     3        Reviewed by Holger Freyther.
     4
     5        [Qt] Re-enable QWebView::renderHints property for Qt for Symbian
     6
     7        https://bugs.webkit.org/show_bug.cgi?id=28273
     8
     9        The bug in Qt's moc that triggered a linking error when declaring this
     10        property has been fixed and we can remove the workaround.
     11
     12        * Api/qwebview.h:
     13
    1142009-12-11  Yael Aharon  <yael.aharon@nokia.com>
    215
Note: See TracChangeset for help on using the changeset viewer.