python-qt-tools / PyQt5-stubs

Stubs for PyQt5
GNU General Public License v3.0
69 stars 31 forks source link

Fix linux CI : Remove QtWebEngineCore.QtWebEngineCore #169

Closed bluebird75 closed 2 years ago

bluebird75 commented 2 years ago

The class is no longer present for PyQtWebEngine5.15.5 in QtWebEngineCore.pyd . The presence of this class was very probably an implementation detail which should not have made it to the stubs.

bluebird75 commented 2 years ago

This fixes the current CI.

altendky commented 2 years ago

Just updated this and it looks to be empty with the 5.15.5 update. Can close it unless there's something else?

bluebird75 commented 2 years ago

Sure, the goal was to fix CI. If CI is fixed, that's good!