therecipe / qt

Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly
GNU Lesser General Public License v3.0
10.5k stars 748 forks source link

Some methods are missing from gui.QRegion #1232

Open yak2048 opened 3 years ago

yak2048 commented 3 years ago

These methods, that all return QRegion::const_iterator, are missing.

https://doc.qt.io/qt-5/qregion.html#begin https://doc.qt.io/qt-5/qregion.html#end

I noticed this when I went to use the rects() method. It is obsolete.Use begin() and end() instead.