Changeset 58257 in webkit


Ignore:
Timestamp:
Apr 26, 2010 8:10:48 AM (14 years ago)
Author:
Simon Hausmann
Message:

[Qt] Fix compilation with RVCT 4
https://bugs.webkit.org/show_bug.cgi?id=37727

Reviewed by Kenneth Rohde Christiansen.

Swap extern and declspec to fix visibility of symbol imported from QtGui.

  • page/qt/EventHandlerQt.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r58256 r58257  
     12010-04-26  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [Qt] Fix compilation with RVCT 4
     6        https://bugs.webkit.org/show_bug.cgi?id=37727
     7
     8        Swap extern and declspec to fix visibility of symbol imported from QtGui.
     9
     10        * page/qt/EventHandlerQt.cpp:
     11
    1122010-04-26  Ruben Van Boxem  <vanboxem.ruben@gmail.com>
    213
  • trunk/WebCore/page/qt/EventHandlerQt.cpp

    r55847 r58257  
    5252
    5353QT_BEGIN_NAMESPACE
    54 extern Q_GUI_EXPORT bool qt_tab_all_widgets; // from qapplication.cpp
     54Q_GUI_EXPORT extern bool qt_tab_all_widgets; // from qapplication.cpp
    5555QT_END_NAMESPACE
    5656
Note: See TracChangeset for help on using the changeset viewer.