python-qt-tools / PyQt5-stubs

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

Add tests and fix for QTreeWidgetItem comparison (used for sorting) #144

Closed bluebird75 closed 3 years ago

bluebird75 commented 3 years ago

Error reported without the fix:

qtreewidgetitem.py:8: error: "__lt__" undefined in superclass
Found 1 error in 1 file (checked 1 source file)
BryceBeagle commented 3 years ago

Same as other PRs: Can you add an entry to the CHANGELOG.md?

BryceBeagle commented 3 years ago

Seems your revert only removed the file contents and not the file itself

bluebird75 commented 3 years ago

Indeed. This is fixed now.

altendky commented 3 years ago

@bluebird75, thanks again for your work here.