Em qui 20 mar 2014, às 20:12:20, Eric Feigenson escreveu:
> I've posted this to the forums
> (https://qt-project.org/forums/viewthread/39674/) but to no avail.

"Real devs" don't use forums. They prefer mailing lists.

> UIProcess/API/qt/qquickwebview.cpp:1921:41: error: conversion from 'const
> uint64_t' (aka 'const unsigned long long') to 'QFlag' is ambiguous return
> int(Qt::InputMethodHints(state.inputMethodHints));
>                                         ^~~~~~~~~~~~~~~~~~~~~~

This was fixed with commit 39ec04fedbc2862073ed38b61e152d9e0d73077d in 
qtwebkit.

Qt 5 at commit v5.3.0-alpha1-12-ge045c53 had qtwebkit at commit 
fef642ef67e2dd8d44dcf4ec175d9613910aa78f, so you should have the fix. My guess 
is that your qtwebkit checkout is out of date. You should run in your top-
level checkout:

        git submodule update

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to