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

Wrong function argument name in QRect

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P5: Not important
    • 5.3.0
    • 5.2.0
    • Core: Other
    • None

    Description

      qrect.h file contains function:

       inline void moveTo(int x, int t);

      but it should be:

       inline void moveTo(int x, int y);

      Just a simple mistake.

      https://qt.gitorious.org/qt/qtbase/source/ab2c90cc525f499f0061a5042e7370bb8db2af94:src/corelib/tools/qrect.h#L109

      Attachments

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

        Activity

          People

            thiago Thiago Macieira
            razrfalcon Evgeniy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes