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

QCursor overload the == and != operators

    XMLWordPrintable

Details

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

    Description

      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()); }

      Attachments

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

        Activity

          People

            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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes