Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
None
Description
It would be nice if QCursor overload the == and != operators like this:
bool QCursor::operator==(const QCursor& other)
bool QCursor::operator!=(const QCursor& other)
{ return (this->shape() != other.shape()); }