Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-1260

QCursor overload the == and != operators

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • Some future release
    • None
    • Other
    • None

      It would be nice if QCursor overload the == and != operators like this:
      bool QCursor::operator==(const QCursor& other)

      { return (this->shape() == other.shape()); }

      bool QCursor::operator!=(const QCursor& other)

      { return (this->shape() != other.shape()); }

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            jasmcdon Jason McDonald (Closed Nokia Identity. Please assign to "macadder" instead) (Inactive)
            admin Administrator
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes