Bug 79250
| Summary: | [Qt][WK2] Fix the build for newer Qt5 | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Blocker | CC: | hausmann |
| Priority: | P1 | Keywords: | Qt, QtTriaged |
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Csaba Osztrogonác
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’
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Simon Hausmann
*** This bug has been marked as a duplicate of bug 79335 ***