Hi all,

I am porting qtwebbrowser

https://code.qt.io/cgit/qt-apps/qtwebbrowser.git/

from Qt5 to Qt6. In a previous thread I could resolve issue accoding to 
QWebEngine and QRegEx but now am stuck with this as QEventPoint seems to hold 
state but not setState:

--->
touchmockingapplication.cpp:83:35: error: no member named 'setState' in 
'QEventPoint'
                m_touchPoints[id].setState(Qt::TouchPointReleased);
---<

Any pointer appreciated,
thanks

Alex

--
http://www.carot.de
Email : alexan...@carot.de
Tel.: +49 (0)177 5719797



> Gesendet: Freitag, 08. April 2022 um 20:43 Uhr
> Von: "Thiago Macieira" <thiago.macie...@intel.com>
> An: interest@qt-project.org
> Betreff: Re: [Interest] QtWebEngine missing in Qt6.2.4 ?
>
> On Friday, 8 April 2022 10:48:44 PDT Alexander Carôt wrote:
> > If anyone has an idea how to approach this please let me know.
> 
> QRegExp is no longer part of QtCore. Switch to QRegularExpression.
> 
> -- 
> Thiago Macieira - thiago.macieira (AT) intel.com
>   Software Architect - Intel DPG Cloud Engineering
> 
> 
> 
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest

Reply via email to