Bug 79250 - [Qt][WK2] Fix the build for newer Qt5
Summary: [Qt][WK2] Fix the build for newer Qt5
Status: RESOLVED DUPLICATE of bug 79335
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Blocker
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2012-02-22 09:28 PST by Csaba Osztrogonác
Modified: 2012-02-23 06:11 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-02-22 09:28:00 PST
c79f36c51f24905c188a1a6a7e2b38960713f093 in qtdeclarative submodule removed setInputMethodHints(),
which caused WebKit trunk build fail with the newest Qt5 hash:
/home/oszi/WebKit/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp: In member function ‘void QtWebPageEventHandler::updateTextInputState()’:
/home/oszi/WebKit/Source/WebKit2/UIProcess/qt/QtWebPageEventHandler.cpp:465: error: ‘class QQuickWebView’ has no member named ‘setInputMethodHints’
Comment 1 Simon Hausmann 2012-02-23 06:11:48 PST

*** This bug has been marked as a duplicate of bug 79335 ***