Open yak2048 opened 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.
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.