Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-2330

Help displays help for method from wrong class

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 2.1.0
    • Qt Creator 2.1.0
    • Help System
    • None
    • 17367b3fcebae0a9f4aaa60620a2e75548fbf24b, cb99adfb0d2b15b5472a01e844b5b4c9019c2d41, 922e8e7866624e62f11f0ace2773960377299436

    Description

      Minimal example:

      #include <QString>
      static QString str_bad(QString().right(1));
      static QString str_ok(QString().mid(1));

      Pressing F1 at word "right" gives help on QTextStream::right().
      Pressing F1 at word "mid" gives correct QString::mid() help.

      Attachments

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

        Activity

          People

            leamelo Leandro T. C. Melo
            ari.hyttinen Ari Hyttinen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes